diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 19975936..5607f6dc 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -39,7 +39,7 @@ jobs: path: "docs" - name: "Download" - uses: "actions/download-artifact@v6" + uses: "actions/download-artifact@v7" with: name: "documentation" path: "build/docs"