File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
106106
107107 - name : " Upload the source artifacts"
108- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
108+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
109109 with :
110110 name : source
111111 path : |
@@ -148,7 +148,7 @@ jobs:
148148 SPHINXOPTS="-j10" make dist
149149
150150 - name : " Upload the docs artifacts"
151- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
151+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
152152 with :
153153 name : docs
154154 path : |
@@ -160,7 +160,7 @@ jobs:
160160 - build-source
161161 steps :
162162 - name : " Download the source artifacts"
163- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
163+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
164164 with :
165165 name : source
166166
You can’t perform that action at this time.
0 commit comments