Skip to content

Commit

Permalink
Update upload-artifact action to use v4
Browse files Browse the repository at this point in the history
V3 is no longer supported and throws an error on use
  • Loading branch information
glimberg committed Feb 4, 2025
1 parent b5c5179 commit b736b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo ./.github/workflows/validate-linux.sh
- name: Archive test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{github.sha}}-test-results
path: "*test-results*"
Expand Down

0 comments on commit b736b68

Please sign in to comment.