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 4c166e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
path: fping-*.tar.gz
name: dist-${{ matrix.os }}
path: fping-*.tar.gz

0 comments on commit 4c166e5

Please sign in to comment.