Skip to content

Commit

Permalink
chore: update github actions/upload-artifact (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
crosspolar authored Feb 2, 2025
1 parent 1d90e65 commit a7d8022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: kitchenowl

# upload test results
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
Expand Down

0 comments on commit a7d8022

Please sign in to comment.