From ebaf3e051626005a726282c54fab06b739019583 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:06:26 -0400 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 (#1948) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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