From c7bf00854a1357f4b108b7b6d9f78ac1c86e9b03 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 16:17:16 +0200 Subject: [PATCH] Bump Pages actions to v5 to suppress Node 20 warnings --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6479e23..e60b9fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - run: cargo doc --no-deps --document-private-items --workspace - name: Upload doc artifact if: github.ref == 'refs/heads/master' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: target/doc @@ -32,7 +32,7 @@ jobs: pages: write id-token: write steps: - - uses: actions/deploy-pages@v4 + - uses: actions/deploy-pages@v5 build: needs: check