diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 522eae5f0..77f536c94 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -76,7 +76,7 @@ jobs: path: "docs" - name: "Download" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v6" with: name: "documentation" path: "build/docs"