diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5ead7a2..f205492 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: run: pipx run nox -s docs - name: Upload docs build as artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: name: ${{ github.event.repository.name }}_docs path: ${{ github.workspace }}/site @@ -44,6 +44,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 with: artifact_name: ${{ github.event.repository.name }}_docs