diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8b0e9c5..45406a6 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -91,7 +91,7 @@ jobs: with: # Steal cache from the build job cache-name: Documentation - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v7 with: name: documentation-build path: docs/build