From: German Service Network Date: Sat, 30 Nov 2024 12:53:02 +0000 (+0100) Subject: ci: Upgrade actions/upload-artifact to v4 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef9a3e062bd3d25de68da510e220c1f74b057dd;p=fping.git ci: Upgrade actions/upload-artifact to v4 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a31e84..8731f91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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