diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 7454a09213..c7c5e8a125 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -72,7 +72,7 @@ jobs: contents: write # Push to gh-pages steps: - name: Download - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: documentation-${{github.sha}} - name: Push to gh-pages