diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ac9584e..00fe233 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -173,7 +173,7 @@ jobs: - name: Upload artifact if: github.event_name != 'pull_request' # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 + uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 with: path: "docs/_site/"