diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 89cda04f..3fe39d6d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -77,7 +77,7 @@ jobs: # download the previously uploaded 'built_docs' artifact - name: Download docs artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 id: download with: name: built_docs