From 6dd5fc95ee21ea775b2a65945b7724a4a1a1a328 Mon Sep 17 00:00:00 2001 From: German Service Network Date: Sat, 30 Nov 2024 13:53:02 +0100 Subject: [PATCH] ci: Upgrade actions/upload-artifact to v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a31e847..8731f911 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