File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
108
108
109
109
- name : " Upload the source artifacts"
110
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
110
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111
111
with :
112
112
name : source
113
113
path : |
@@ -150,7 +150,7 @@ jobs:
150
150
SPHINXOPTS="-j10" make dist
151
151
152
152
- name : " Upload the docs artifacts"
153
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
153
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154
154
with :
155
155
name : docs
156
156
path : |
@@ -162,7 +162,7 @@ jobs:
162
162
- build-source
163
163
steps :
164
164
5717
- name : " Download the source artifacts"
165
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
165
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
166
166
with :
167
167
name : source
168
168
You can’t perform that action at this time.
0 commit comments