diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 55e1cd58a..87498730a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -52,7 +52,7 @@ jobs: - name: Upload artifact if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: './target/doc/'