diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d829917e..88986f2a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -50,7 +50,7 @@ jobs: - name: Upload documentation if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: 'docs'