From 6a7e7adf4fae53b6e85eab941019675d92d4dac0 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Fri, 18 Oct 2024 21:30:50 +0200 Subject: [PATCH] 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 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60deea1f..0a31e847 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