Skip to content

Commit

Permalink
Merge pull request #2432 from zerotier:ci-update
Browse files Browse the repository at this point in the history
Update upload-artifact action to use v4
  • Loading branch information
glimberg authored Feb 4, 2025
2 parents b5c5179 + b736b68 commit 87ad848
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 87ad848

Please sign in to comment.