From 1ab042b5277bf8c8cf11cec605060e9594e02491 Mon Sep 17 00:00:00 2001 From: vc1492a Date: Sat, 13 Jun 2026 16:37:20 -0700 Subject: [PATCH] ci: bump Pages actions to v5 for Node.js 24 support Co-authored-by: Cursor --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f0b292f..34a8c66 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,7 +23,7 @@ jobs: python-version: '3.x' - run: pip install mkdocs-material - run: mkdocs build --strict - - uses: actions/upload-pages-artifact@v3 + - uses: actions/upload-pages-artifact@v5 with: path: site/ @@ -35,4 +35,4 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5