diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9d01d2b..a1744a4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,7 +43,7 @@ jobs: # Download the generated documentation - name: Download site artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: _site