Skip to content

Commit

Permalink
ci: Upgrade actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
This fixes error in CI:
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik authored and schweikert committed Oct 26, 2024
1 parent b32852c commit 6a7e7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
ci/build-4-compile.sh
ci/test-tarball.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: dist
path: fping-*.tar.gz

0 comments on commit 6a7e7ad

Please sign in to comment.