From 1c3fab64f5f7677ffd3d264aa6a5be24865263b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:49:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54ade35f..1bdd6dc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,19 +40,19 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Archive Chrome Extension - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: chrome path: extension/chrome/dist - name: Archive Edge Extension - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: edge path: extension/edge/dist - name: Archive Firefox Extension - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: firefox path: extension/firefox/dist