From 5a00427cbbd9f339b33f64bcfa17c6672136ec5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:23:48 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd26fd6..c3cd3df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: pnpm build - name: Upload build result - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build-result path: | @@ -55,7 +55,7 @@ jobs: fetch-all: 0 - name: Restore Build Result - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: build-result