diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 46b5c5714..7e64da53d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -76,7 +76,7 @@ jobs: path: "docs" - name: "Download" - uses: "actions/download-artifact@v6" + uses: "actions/download-artifact@v7" with: name: "documentation" path: "build/docs"