diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 4a538fe..90da365 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -44,7 +44,7 @@ jobs: # Download the generated documentation - name: Download site artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: _site