From c11ca25272b347800b8c6832f5bb9e183aee023e Mon Sep 17 00:00:00 2001 From: Krzysztof Modras Date: Thu, 16 Jan 2025 19:17:47 +0100 Subject: [PATCH] Fix update artifacts --- .github/workflows/artifact-upload.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact-upload.yml b/.github/workflows/artifact-upload.yml index 7738a86ee..02c3e8c0f 100644 --- a/.github/workflows/artifact-upload.yml +++ b/.github/workflows/artifact-upload.yml @@ -41,13 +41,13 @@ jobs: unzip "web-ext-artifacts/ghostery-$PLATFORM.zip" -d "web-ext-artifacts/ghostery-$PLATFORM" done - name: Upload Chromium build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ghostery-chromium-${{ env.VERSION }}-${{ env.SHA }} path: web-ext-artifacts/ghostery-chromium/* if-no-files-found: error - name: Upload Firefox build - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ghostery-firefox-${{ env.VERSION }}-${{ env.SHA }} path: web-ext-artifacts/ghostery-firefox/*