From 090d8eac5165da03226cf693ee22f74a38e16ee5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:15:24 +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 00b55ef..1d75bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: pnpm build - name: Upload build result - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build-result path: | @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Restore Build Result - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-result @@ -161,7 +161,7 @@ jobs: fetch-depth: 0 - name: Restore Build Result - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: build-result