diff --git a/.github/workflows/deploying-github-pages.yaml b/.github/workflows/deploying-github-pages.yaml index aacedc0..c353c89 100644 --- a/.github/workflows/deploying-github-pages.yaml +++ b/.github/workflows/deploying-github-pages.yaml @@ -48,7 +48,7 @@ jobs: run: python scripts/pdoc3.py --no_server - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload artifact uses: actions/upload-pages-artifact@v4