@@ -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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
128+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
168+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
181+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
182182 with :
183183 name : source
184184
@@ -204,7 +204,7 @@ jobs:
204204 - build-docs
205205 steps :
206206 - name : " Download the docs artifacts"
207- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
207+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
208208 with :
209209 name : docs
210210
@@ -263,7 +263,7 @@ jobs:
263263 - name : Build and test
264264 run : ./Android/android.py ci --fast-ci "$triplet"
265265
266- - uses : actions/upload-artifact@v6
266+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
267267 with :
268268 name : ${{ env.triplet }}
269269 path : cross-build/${{ env.triplet }}/dist/*
0 commit comments