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 @@ -101,7 +101,7 @@ jobs:
101
101
python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
102
102
103
103
- name : " Upload the source artifacts"
104
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
104
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
105
105
with :
106
106
name : source
107
107
path : |
@@ -143,7 +143,7 @@ jobs:
143
143
SPHINXOPTS="-j10" make dist
144
144
145
145
- name : " Upload the docs artifacts"
146
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
146
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
147
147
with :
148
148
name : docs
149
149
path : |
@@ -155,7 +155,7 @@ jobs:
155
155
- build-source
156
156
steps :
157
157
- name : " Download the source artifacts"
158
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
158
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
159
159
with :
160
160
name : source
161
161
You can’t perform that action at this time.
0 commit comments