diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 091f1b6..ee61bf4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,7 +47,7 @@ jobs: uses: actions/configure-pages@v6 - name: Upload artifact if on master if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: 'site' - name: Deploy to GitHub Pages if on master