diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 291d93d..064d806 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -50,7 +50,7 @@ jobs: path: "docs" - name: "Download" - uses: "actions/download-artifact@v7" + uses: "actions/download-artifact@v8" with: name: "documentation" path: "build/docs"