Skip to content

Commit 05a7a20

Browse files
chore(deps): bump actions/download-artifact from 4 to 6 (#1908)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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 e28dc8e commit 05a7a20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
version: v1.31.2-k3s1
7676
- name: Download preflight binary
77-
uses: actions/download-artifact@v5
77+
uses: actions/download-artifact@v6
7878
with:
7979
name: preflight
8080
path: bin/
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
version: v1.31.2-k3s1
106106
- name: Download support bundle binary
107-
uses: actions/download-artifact@v5
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: support-bundle
110110
path: bin/
@@ -118,13 +118,13 @@ jobs:
118118
steps:
119119
- uses: actions/checkout@v5
120120
- name: Download support bundle binary
121-
uses: actions/download-artifact@v5
121+
uses: actions/download-artifact@v6
122122
with:
123123
name: support-bundle
124124
path: bin/
125125
- run: chmod +x bin/support-bundle
126126
- name: Download preflight binary
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: preflight
130130
path: bin/

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
version: v1.31.2-k3s1
128128

129-
- uses: actions/download-artifact@v4
129+
- uses: actions/download-artifact@v6
130130
with:
131131
name: binaries
132132
path: bin/

0 commit comments

Comments
 (0)