diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 328c56d8f0..faaeab8b7b 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@v6 + uses: actions/download-artifact@v7 with: name: documentation-${{github.sha}} - name: Push to gh-pages