From 1e0f32f145092980583d1752f791e770e857bedf Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Fri, 17 Jan 2025 14:40:58 +0000 Subject: [PATCH] ci: upgrade upload-actifact@v4 --- .github/workflows/build-extension.yml | 2 +- .github/workflows/create-version.yml | 2 +- .github/workflows/development-extension.yml | 2 +- .github/workflows/playwright.yml | 2 +- .github/workflows/publish-extensions.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index b7446eca0d2..e099194f2dd 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -62,7 +62,7 @@ jobs: PR_NUMBER: ${{ github.event.number }} COMMIT_SHA: ${{ needs.sha-hash.outputs.SHORT_SHA }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload ${{ matrix.target }} extension zip with: name: leather-${{ matrix.target }}-${{ needs.sha-hash.outputs.SHORT_SHA }} diff --git a/.github/workflows/create-version.yml b/.github/workflows/create-version.yml index 7689203fd8e..829bd46135b 100644 --- a/.github/workflows/create-version.yml +++ b/.github/workflows/create-version.yml @@ -61,7 +61,7 @@ jobs: echo ${{ steps.semantic.outputs.new_release_patch_version }} - name: Upload release notes - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: steps.semantic.outputs.new_release_published == 'true' with: name: release-notes diff --git a/.github/workflows/development-extension.yml b/.github/workflows/development-extension.yml index c0e91cb75ea..cd4adca8fd4 100644 --- a/.github/workflows/development-extension.yml +++ b/.github/workflows/development-extension.yml @@ -39,7 +39,7 @@ jobs: IS_PUBLISHING: true run: pnpm build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload build artifact with: name: leather-io diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f8a36c9da17..d2f9debb372 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -80,7 +80,7 @@ jobs: - name: Upload blob report to GitHub Actions Artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: all-blob-reports path: blob-report diff --git a/.github/workflows/publish-extensions.yml b/.github/workflows/publish-extensions.yml index a165f95b704..ed2434f124b 100644 --- a/.github/workflows/publish-extensions.yml +++ b/.github/workflows/publish-extensions.yml @@ -56,7 +56,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} run: pnpm build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload build artifact with: name: leather-chromium-v${{ needs.extract-version.outputs.new_version }} @@ -95,7 +95,7 @@ jobs: run: pnpm build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload build artifact with: name: leather-firefox-v${{ needs.extract-version.outputs.new_version }}