Merge pull request #12302 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.0.0

Build(deps): Bump actions/upload-artifact from 3.1.3 to 4.0.0
This commit is contained in:
Andy Scherzinger 2023-12-19 08:55:15 +01:00 committed by GitHub
commit dc6e016807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/uploadReport.sh "${{ secrets.LOG_USERNAME }}" "${{ secrets.LOG_PASSWORD }}" ${{github.event.number}} "${{ matrix.color }}-${{ matrix.scheme }}" "Screenshot" ${{github.event.number}}
- name: Archive Espresso results
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
if: ${{ always() }}
with:
name: Report-${{ matrix.color }}-${{ matrix.scheme }}

View File

@ -46,7 +46,7 @@ jobs:
fail_ci_if_error: true
- name: Upload jacoco artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
with:
name: test-results
path: app/build/reports/tests/testGplayDebugUnitTest/