diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index b0a2729..78130b8 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -39,7 +39,7 @@ jobs: path: "docs" - name: "Download" - uses: "actions/download-artifact@v4" + uses: "actions/download-artifact@v5" with: name: "documentation" path: "build/docs"