Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 14, 2023
1 parent bb02031 commit d2c3a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
test 2>&1 | tee test.log | xcbeautify
- name: Upload test log file on error
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: test.log
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

- # Upload the generated Codecov report to the GitHub artifacts
name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: success()
with:
name: coverage_report.txt
Expand Down

0 comments on commit d2c3a2d

Please sign in to comment.