diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8687b593..07c1214c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: # Fetch the built HTML from the build job - name: Download HTML artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: html-${{ github.sha }} path: _build/html