From e8ff60ad92eb38c40bb5add1b71a9f618c1739d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 19:55:25 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .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 18955eb7..3f3ac63f 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@v3 + uses: actions/upload-artifact@v4 with: name: chrome path: extension/chrome/dist - name: Archive Edge Extension - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: edge path: extension/edge/dist - name: Archive Firefox Extension - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firefox path: extension/firefox/dist