From 53954bf15a0fecd636ab7148c7721f3aee18bd72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 16:51:21 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/ci-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 01965ff7..f4d75dee 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -25,7 +25,7 @@ jobs: echo "${{ github.event.number }}" > pr_num - name: Upload PR artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pr-num path: ./pr_num @@ -67,7 +67,7 @@ jobs: VUE_PROD_HYDRATION_MISMATCH_DETAILS_FLAG: '1' - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-${{ matrix.os }}-build path: docs/.vitepress/dist