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:
101101 python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
102102
103103 - name : " Upload the source artifacts"
104- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
104+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
105105 with :
106106 name : source
107107 path : |
@@ -143,7 +143,7 @@ jobs:
143143 SPHINXOPTS="-j10" make dist
144144
145145 - name : " Upload the docs artifacts"
146- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
146+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
147147 with :
148148 name : docs
149149 path : |
@@ -155,7 +155,7 @@ jobs:
155155 - build-source
156156 steps :
157157 - name : " Download the source artifacts"
158- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
158+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
159159 with :
160160 name : source
161161
You can’t perform that action at this time.
0 commit comments