From c6e9504cd8fc63abf0d03d7eb19ff0417a0464dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:29:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20GitHub=20Artifac?= =?UTF-8?q?t=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e0a3be4..1c9d16d3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: run: echo "::set-output name=VERSION::$(node -p "require('./package.json').version")" - name: Archive chrome-extension artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: kartrak-${{ steps.set-version.outputs.VERSION }} path: ./zip/kartrak-${{ steps.set-version.outputs.VERSION }}.zip @@ -63,7 +63,7 @@ jobs: run: echo "::set-output name=VERSION::$(node -p "require('./package.json').version")" - name: Download bundle artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: kartrak-${{ steps.set-version.outputs.VERSION }}