diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 24af6b6..be3c627 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,7 +66,7 @@ jobs: if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' with: path: docs/_build/html