From 56309bb0b9f0c0f773b00ea9e7ad75a9823826d8 Mon Sep 17 00:00:00 2001 From: palto42 Date: Sun, 19 Apr 2026 18:39:02 +0200 Subject: [PATCH] update GitHub Actions to use latest versions of configure-pages, upload-pages-artifact, and deploy-pages --- .github/workflows/manual-docs-update.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual-docs-update.yaml b/.github/workflows/manual-docs-update.yaml index 83851f0..d4556f3 100644 --- a/.github/workflows/manual-docs-update.yaml +++ b/.github/workflows/manual-docs-update.yaml @@ -31,13 +31,13 @@ jobs: uses: ./.github/actions/setup-python-env - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build documentation run: uv run mkdocs build - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: site @@ -51,4 +51,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5