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 @@ -107,7 +107,7 @@ jobs:
107107 python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
108108
109109 - name : " Upload the source artifacts"
110- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
110+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111111 with :
112112 name : source
113113 path : |
@@ -150,7 +150,7 @@ jobs:
150150 SPHINXOPTS="-j10" make dist
151151
152152 - name : " Upload the docs artifacts"
153- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
153+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154154 with :
155155 name : docs
156156 path : |
@@ -162,7 +162,7 @@ jobs:
162162 - build-source
163163 steps :
164164 - name : " Download the source artifacts"
165- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
165+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
166166 with :
167167 name : source
168168
You can’t perform that action at this time.
0 commit comments