diff --git a/.github/workflows/Documentation.yaml b/.github/workflows/Documentation.yaml index 4ea1bb9..e8ee7a8 100644 --- a/.github/workflows/Documentation.yaml +++ b/.github/workflows/Documentation.yaml @@ -49,7 +49,7 @@ jobs: julia --project=docs --color=yes --code-coverage=user docs/make.jl - name: Upload site as artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-artifact path: ./docs/build