Skip to content

Commit e8c4399

Browse files
dependabot[bot]GTRekter
authored andcommitted
build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (linkerd#14807)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Ivan Porta <[email protected]>
1 parent 370e89b commit e8c4399

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
129129
with:
130130
go-version-file: go.mod
131-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
131+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
132132
with:
133133
pattern: image-archives-*
134134
path: image-archives
@@ -180,7 +180,7 @@ jobs:
180180
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181181
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
182182
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
183-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
183+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
184184
with:
185185
pattern: image-archives-*
186186
path: image-archives
@@ -281,7 +281,7 @@ jobs:
281281
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
282282
with:
283283
go-version-file: go.mod
284-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
284+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
285285
with:
286286
pattern: image-archives-*
287287
path: image-archives
@@ -309,7 +309,7 @@ jobs:
309309
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
310310
with:
311311
go-version-file: go.mod
312-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
312+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
313313
with:
314314
pattern: image-archives-*
315315
path: image-archives
@@ -348,7 +348,7 @@ jobs:
348348
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
349349
with:
350350
go-version-file: go.mod
351-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
351+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
352352
with:
353353
pattern: image-archives-*
354354
path: image-archives

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
contents: write
132132
steps:
133133
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
134-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
134+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
135135
with:
136136
artifact-ids: ${{ needs.cli.outputs.artifact-id }}
137137
path: cli

0 commit comments

Comments
 (0)