diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 844ea75..29fd9a7 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -39,7 +39,7 @@ jobs: path: "docs" - name: "Download" - uses: "actions/download-artifact@v5" + uses: "actions/download-artifact@v6" with: name: "documentation" path: "build/docs"