diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbe25d3a..2e26b380 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: # Fetch the built HTML from the build job - name: Download HTML artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: html-${{ github.sha }} path: _build/html