diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c15b1e0..7adf079 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -44,7 +44,7 @@ jobs: - name: Upload artifact if: github.event_name == 'push' || github.event_name == 'workflow_dispatch' # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@253fd476ed429e83b7aae64a92a75b4ceb1a17cf # v1.0.7 + uses: actions/upload-pages-artifact@64bcae551a7b18bcb9a09042ddf1960979799187 # v1.0.8 with: path: "docs/_site/"