Skip to content

Commit

Permalink
ci: Update deprecated upload action from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stffrdhrn committed Sep 9, 2024
1 parent 0238e6f commit e41e82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
exit $result
# Upload test results
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: runtest-results
Expand Down

0 comments on commit e41e82f

Please sign in to comment.