From: Petr Vorel Date: Fri, 18 Oct 2024 19:30:50 +0000 (+0200) Subject: ci: Upgrade actions/upload-artifact to v3 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7e7adf4fae53b6e85eab941019675d92d4dac0;p=fping.git ci: Upgrade actions/upload-artifact to v3 This fixes error in CI: Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Signed-off-by: Petr Vorel --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60deea1..0a31e84 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@v2 + - uses: actions/upload-artifact@v3 with: name: dist path: fping-*.tar.gz