Skip to content

Commit 03522aa

Browse files
Bump actions/download-artifact from 4.3.0 to 5.0.0 (#14708)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f93919f commit 03522aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: "Download build"
134-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
134+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
135135
with:
136136
name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
137137

@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: "Download Build Artifacts"
204204
id: download-build-artifacts
205-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
205+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
206206
with:
207207
pattern: "{sign-*-elixir-otp-*,Docs}"
208208
merge-multiple: true
@@ -268,7 +268,7 @@ jobs:
268268
contents: write
269269

270270
steps:
271-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
271+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
272272
with:
273273
pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}"
274274
merge-multiple: true
@@ -313,7 +313,7 @@ jobs:
313313
FASTLY_KEY: ${{ secrets.HEX_FASTLY_KEY }}
314314
OTP_GENERIC_VERSION: "25"
315315
steps:
316-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
316+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
317317
with:
318318
pattern: "{sign-*-elixir-otp-*,Docs}"
319319
merge-multiple: true

0 commit comments

Comments
 (0)