From b8d79fd945b5c8ccd4270885002ef1e603b25ce3 Mon Sep 17 00:00:00 2001 From: Pijus Kamandulis Date: Tue, 28 Jan 2025 21:31:05 +0200 Subject: [PATCH] Upgrade upload-artifact pipeline action --- .github/workflows/compile-shared-libraries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-shared-libraries.yml b/.github/workflows/compile-shared-libraries.yml index ec1c800..bf07c2d 100644 --- a/.github/workflows/compile-shared-libraries.yml +++ b/.github/workflows/compile-shared-libraries.yml @@ -25,7 +25,7 @@ jobs: buildvcs: true - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: shared-libraries path: dist/*