From b00f72859eccb6b407200eaa497593bb06eb64f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:38:30 +0000 Subject: [PATCH] chore(deps): update actions/upload-pages-artifact action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d5ec8816e..d3705ebe77 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -124,7 +124,7 @@ jobs: - run: pnpm build:demo - uses: actions/configure-pages@v5 - - uses: actions/upload-pages-artifact@v4 + - uses: actions/upload-pages-artifact@v5 with: path: './.cache/demo' - id: deployment