@@ -127,7 +127,7 @@ jobs:
127
127
128
128
steps :
129
129
- name : " Download build"
130
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
130
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
131
131
with :
132
132
name : build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
133
133
@@ -201,7 +201,7 @@ jobs:
201
201
202
202
- name : " Download Build Artifacts"
203
203
id : download-build-artifacts
204
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
204
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
205
205
with :
206
206
pattern : " {sign-*-elixir-otp-*,Docs}"
207
207
merge-multiple : true
@@ -267,7 +267,7 @@ jobs:
267
267
contents : write
268
268
269
269
steps :
270
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
270
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
271
271
with :
272
272
pattern : " {sign-*-elixir-otp-*,Docs,SBoM,Attestations}"
273
273
merge-multiple : true
@@ -312,7 +312,7 @@ jobs:
312
312
FASTLY_KEY : ${{ secrets.HEX_FASTLY_KEY }}
313
313
OTP_GENERIC_VERSION : " 25"
314
314
steps :
315
- - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315
+ - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
316
316
with :
317
317
pattern : " {sign-*-elixir-otp-*,Docs}"
318
318
merge-multiple : true
0 commit comments