Skip to content

Commit 9bc4e6f

Browse files
chore(deps): bump actions/download-artifact from 4 to 5 (#1821)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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 64d85ef commit 9bc4e6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
version: v1.31.2-k3s1
8787
- name: Download preflight binary
88-
uses: actions/download-artifact@v4
88+
uses: actions/download-artifact@v5
8989
with:
9090
name: preflight
9191
path: bin/
@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
version: v1.31.2-k3s1
123123
- name: Download support bundle binary
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v5
125125
with:
126126
name: support-bundle
127127
path: bin/
@@ -135,13 +135,13 @@ jobs:
135135
steps:
136136
- uses: actions/checkout@v4
137137
- name: Download support bundle binary
138-
uses: actions/download-artifact@v4
138+
uses: actions/download-artifact@v5
139139
with:
140140
name: support-bundle
141141
path: bin/
142142
- run: chmod +x bin/support-bundle
143143
- name: Download preflight binary
144-
uses: actions/download-artifact@v4
144+
uses: actions/download-artifact@v5
145145
with:
146146
name: preflight
147147
path: bin/

0 commit comments

Comments
 (0)