From 6606ca7b5d0e24903ec7657787d0833a8fb24152 Mon Sep 17 00:00:00 2001 From: "lambert.li" Date: Mon, 13 Jul 2026 16:32:13 +0800 Subject: [PATCH] ci: upgrade GitHub Pages actions to Node 24 --- .github/workflows/pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a811067..be2f186 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -90,7 +90,7 @@ jobs: cache: pnpm - name: Setup GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: pnpm install --frozen-lockfile @@ -112,7 +112,7 @@ jobs: # Output directory moved with the pnpm monorepo split — playground's # `next export` now writes to apps/playground/out/. - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./apps/playground/out @@ -128,4 +128,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5