From 59752c6078b1a0ce0f0d0614bd4186ac3deb057e Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Thu, 30 Jan 2025 09:53:30 -0500 Subject: [PATCH] Update github pages actions --- .github/workflows/gh-pages.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 320f82f7f1..52d972d8cb 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -33,7 +33,7 @@ jobs: - name: Upload Pages Artifact id: artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: .tox/docs @@ -46,6 +46,7 @@ jobs: permissions: pages: write id-token: write + actions: read environment: name: github-pages @@ -54,4 +55,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4