Skip to content

Commit 28b6616

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 (#15214)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c2d4f3 commit 28b6616

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

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

140140
steps:
141141
- name: "Download build"
142-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
142+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
143143
with:
144144
name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
145145

@@ -211,7 +211,7 @@ jobs:
211211

212212
- name: "Download Build Artifacts"
213213
id: download-build-artifacts
214-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
214+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
215215
with:
216216
pattern: "{sign-*-elixir-otp-*,Docs}"
217217
merge-multiple: true
@@ -282,7 +282,7 @@ jobs:
282282
contents: write
283283

284284
steps:
285-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
285+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
286286
with:
287287
pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}"
288288
merge-multiple: true
@@ -333,7 +333,7 @@ jobs:
333333
echo "Required variables for uploading to hex.pm are not set up, skipping..."
334334
exit 1
335335
336-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
336+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
337337
with:
338338
pattern: "{sign-*-elixir-otp-*,Docs}"
339339
merge-multiple: true

0 commit comments

Comments
 (0)