Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 14, 2022
1 parent 844c44c commit 2a6c2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
gradle-build-scan-report: false

- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: test-results-ubuntu
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
gradle-build-scan-report: false

- name: Archive test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: test-results-windows
Expand Down

0 comments on commit 2a6c2ef

Please sign in to comment.