diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 415c2d83..c594a1e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,7 +59,7 @@ jobs: # only store the artifact for 'retention-days' - name: Upload docs artifact if: github.event.pull_request.merged == true - uses: actions/upload-artifact@v4.1.7 + uses: actions/upload-artifact@v4.4.0 with: name: built_docs path: docs/_build/html