File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ jobs:
553
553
if : ${{ always() }}
554
554
- name : Download coverage data
555
555
if : ${{ always() }}
556
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
556
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
557
557
with :
558
558
pattern : coverage-data-*
559
559
merge-multiple : true
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
${{ env.BUILD_REQUIREMENTS_PATH }}
147
147
sparse-checkout-cone-mode : false
148
148
149
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
149
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
150
150
with :
151
151
name : cryptography-sdist
152
152
- run : mkdir tmpwheelhouse
@@ -265,7 +265,7 @@ jobs:
265
265
toolchain : stable
266
266
# Add the arm64 target in addition to the native arch (x86_64)
267
267
target : aarch64-apple-darwin
268
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
268
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
269
269
with :
270
270
name : cryptography-sdist
271
271
@@ -340,7 +340,7 @@ jobs:
340
340
${{ env.UV_REQUIREMENTS_PATH }}
341
341
sparse-checkout-cone-mode : false
342
342
343
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
343
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
344
344
with :
345
345
name : cryptography-sdist
346
346
You can’t perform that action at this time.
0 commit comments