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 Nov 15, 2024
1 parent 99883c3 commit 910b9f5
Show file tree
Hide file tree
Showing 2 changed files with 6 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Next
- New option --icmp-timestamp send ICMP timestamp requests (ICMP type 13)
instead of ICMP Echo requests (#353, thanks @auerswal and @gsnw-sebast)

## Bugfixes and other changes

- ci: Upgrade actions/upload-artifact to v4 (#360, thanks @gsnw-sebast)
- ci: Upgrade actions/upload-artifact to v3 (#355, thanks @pevik)

fping 5.2 (2024-04-21)
======================
Expand Down

0 comments on commit 910b9f5

Please sign in to comment.