We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cccd148 + 4d70d96 commit 6d696e2Copy full SHA for 6d696e2
.github/workflows/docs.yml
@@ -59,7 +59,7 @@ jobs:
59
# only store the artifact for 'retention-days'
60
- name: Upload docs artifact
61
if: github.event.pull_request.merged == true
62
- uses: actions/upload-artifact@v4.1.7
+ uses: actions/upload-artifact@v4.4.0
63
with:
64
name: built_docs
65
path: docs/_build/html
0 commit comments