Skip to content

Commit 5c63c8d

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1 (#14361)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95b63d7 commit 5c63c8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: "Download build"
130-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
130+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
131131
with:
132132
name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
133133

@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: "Download Build Artifacts"
203203
id: download-build-artifacts
204-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
204+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
205205
with:
206206
pattern: "{sign-*-elixir-otp-*,Docs}"
207207
merge-multiple: true
@@ -267,7 +267,7 @@ jobs:
267267
contents: write
268268

269269
steps:
270-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
270+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
271271
with:
272272
pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}"
273273
merge-multiple: true
@@ -312,7 +312,7 @@ jobs:
312312
FASTLY_KEY: ${{ secrets.HEX_FASTLY_KEY }}
313313
OTP_GENERIC_VERSION: "25"
314314
steps:
315-
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
315+
- uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
316316
with:
317317
pattern: "{sign-*-elixir-otp-*,Docs}"
318318
merge-multiple: true

0 commit comments

Comments
 (0)