@@ -142,7 +142,7 @@ jobs:
142142 steps :
143143 - name : " Setup QEMU"
144144 if : matrix.os == 'ubuntu'
145- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
145+ uses : docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3 .0
146146 with :
147147 platforms : arm64
148148
@@ -182,7 +182,7 @@ jobs:
182182 python -m twine check wheelhouse/*
183183
184184 - name : " Upload binary wheels"
185- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
185+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
186186 with :
187187 name : dist-${{ env.MATRIX_ID }}
188188 path : wheelhouse/*.whl
@@ -223,7 +223,7 @@ jobs:
223223 python -m twine check dist/*
224224
225225 - name : " Upload non-binary artifacts"
226- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
226+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
227227 with :
228228 name : dist-non-binary
229229 path : dist/*
@@ -267,7 +267,7 @@ jobs:
267267 python -m twine check dist/*
268268
269269 - name : " Upload wheels"
270- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
270+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
271271 with :
272272 name : dist-pypy
273273 path : dist/*.whl
@@ -312,7 +312,7 @@ jobs:
312312 ls -alR
313313
314314 - name : " Upload signatures"
315- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
315+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
316316 with :
317317 name : signatures
318318 path : " *.sigstore.json"
0 commit comments