Skip to content

Commit 297160e

Browse files
build(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#14665)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.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 c01ab94 commit 297160e

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
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
124124
with:
125125
go-version-file: go.mod
126-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
126+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
127127
with:
128128
pattern: image-archives-*
129129
path: image-archives
@@ -175,7 +175,7 @@ jobs:
175175
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
176176
- uses: olix0r/cargo-action-fmt/setup@9269f3aa1ff01775d95efc97037e2cbdb41d9684
177177
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
178-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
178+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
179179
with:
180180
pattern: image-archives-*
181181
path: image-archives
@@ -278,7 +278,7 @@ jobs:
278278
go-version-file: go.mod
279279
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
280280
if: matrix.integration_test == 'helm-upgrade'
281-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
281+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
282282
with:
283283
pattern: image-archives-*
284284
path: image-archives
@@ -306,7 +306,7 @@ jobs:
306306
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
307307
with:
308308
go-version-file: go.mod
309-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
309+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
310310
with:
311311
pattern: image-archives-*
312312
path: image-archives
@@ -345,7 +345,7 @@ jobs:
345345
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
346346
with:
347347
go-version-file: go.mod
348-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
348+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
349349
with:
350350
pattern: image-archives-*
351351
path: image-archives

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
contents: write
127127
steps:
128128
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
129-
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
129+
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
130130
with:
131131
artifact-ids: ${{ needs.cli.outputs.artifact-id }}
132132
path: cli

0 commit comments

Comments
 (0)