We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7175bab + c60382e commit 3b0036dCopy full SHA for 3b0036d
.github/workflows/docs.yml
@@ -48,7 +48,7 @@ jobs:
48
# only store the artifact for 'retention-days'
49
- name: Upload docs artifact
50
# if: github.event.pull_request.merged == true
51
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52
with:
53
name: built_docs
54
path: docs/_build/html
@@ -69,7 +69,7 @@ jobs:
69
70
# download the previously uploaded 'built_docs' artifact
71
- name: Download docs artifact
72
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
73
id: download
74
75
0 commit comments