From 0c0e9a27a0a23f2fa4d11b1d10fcbea0b5aa1198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:38:30 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a37641..e7acbbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: pnpm build - name: Upload build result - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-result path: | @@ -38,7 +38,7 @@ jobs: uses: zotero-plugin-dev/workflows/setup-js@main - name: Restore Build Result - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-result @@ -62,7 +62,7 @@ jobs: fetch-all: 0 - name: Restore Build Result - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: build-result