File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 python ../release.py --export "$CPYTHON_RELEASE" --skip-docs
126126
127127 - name : " Upload the source artifacts"
128- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
128+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
129129 with :
130130 name : source
131131 path : |
@@ -165,7 +165,7 @@ jobs:
165165 make dist-text
166166
167167 - name : " Upload the docs artifacts"
168- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
168+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
169169 with :
170170 name : docs
171171 path : |
@@ -178,7 +178,7 @@ jobs:
178178 - build-source
179179 steps :
180180 - name : " Download the source artifacts"
181- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
181+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
182182 with :
183183 name : source
184184
@@ -226,7 +226,7 @@ jobs:
226226 - name : Build and test
227227 run : ./Android/android.py ci --fast-ci "$triplet"
228228
229- - uses : actions/upload-artifact@v4
229+ - uses : actions/upload-artifact@v5
230230 with :
231231 name : ${{ env.triplet }}
232232 path : cross-build/${{ env.triplet }}/dist/*
You can’t perform that action at this time.
0 commit comments