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