Skip to content

Commit

Permalink
ci: Upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnw-sebast committed Dec 8, 2024
1 parent a5124e3 commit 756744f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@v3
- uses: actions/upload-artifact@v4
with:
name: dist
name: dist-${{ github.sha }}
path: fping-*.tar.gz

0 comments on commit 756744f

Please sign in to comment.