Skip to content

Commit

Permalink
Update actions/upload-artifact action from v3 to v4 (major v4)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 3290546 commit d59e170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- name: "Upload 'Unit Test Results' artifact."
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'Unit Test Results'
if-no-files-found: error
path: ${{ github.workspace }}/**/build/reports/tests/*/

- name: "Upload 'Android Lint Results' artifact."
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'Android Lint Results'
if-no-files-found: error
Expand All @@ -80,7 +80,7 @@ jobs:

- name: "Upload 'APKs' artifact."
if: success() || failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'APKs'
if-no-files-found: error
Expand Down

0 comments on commit d59e170

Please sign in to comment.