Skip to content

Commit 83ca77d

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#448)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 80fa780 commit 83ca77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
286286
docker image inspect kindest/node:v${{ matrix.k8s }}
287287
- name: Download staged Source Controller build
288-
uses: actions/download-artifact@v5
288+
uses: actions/download-artifact@v6
289289
with:
290290
name: source-controller-bundle.tar
291291
- name: Relocate bundle
@@ -551,7 +551,7 @@ jobs:
551551
release_name: Release ${{ steps.get_version.outputs.VERSION }}
552552
draft: true
553553
- name: Download staged Source Controller build
554-
uses: actions/download-artifact@v5
554+
uses: actions/download-artifact@v6
555555
with:
556556
name: source-controller-bundle.tar
557557
- name: Upload Source Controller release

0 commit comments

Comments
 (0)