Skip to content

Commit 456915b

Browse files
Bump actions/download-artifact from 6.0.0 to 7.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@018cc2c...37930b1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e622a26 commit 456915b

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
@@ -136,7 +136,7 @@ jobs:
136136

137137
steps:
138138
- name: "Download build"
139-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
139+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
140140
with:
141141
name: build-${{ matrix.flavor }}-elixir-otp-${{ matrix.otp }}
142142

@@ -206,7 +206,7 @@ jobs:
206206

207207
- name: "Download Build Artifacts"
208208
id: download-build-artifacts
209-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
209+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
210210
with:
211211
pattern: "{sign-*-elixir-otp-*,Docs}"
212212
merge-multiple: true
@@ -273,7 +273,7 @@ jobs:
273273
contents: write
274274

275275
steps:
276-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
276+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
277277
with:
278278
pattern: "{sign-*-elixir-otp-*,Docs,SBoM,Attestations}"
279279
merge-multiple: true
@@ -324,7 +324,7 @@ jobs:
324324
echo "Required variables for uploading to hex.pm are not set up, skipping..."
325325
exit 1
326326
327-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
327+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
328328
with:
329329
pattern: "{sign-*-elixir-otp-*,Docs}"
330330
merge-multiple: true

0 commit comments

Comments
 (0)