Skip to content

Commit 7a3bcfc

Browse files
Bump actions/download-artifact from 1 to 3 (#854)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e88f309 commit 7a3bcfc

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
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
version: v1.23.6-k3s1
5959
- name: Download preflight binary
60-
uses: actions/download-artifact@v1
60+
uses: actions/download-artifact@v3
6161
with:
6262
name: preflight
6363
path: bin/
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
version: v1.23.6-k3s1
101101
- name: Download preflight binary
102-
uses: actions/download-artifact@v1
102+
uses: actions/download-artifact@v3
103103
with:
104104
name: preflight
105105
path: bin/
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
version: v1.23.6-k3s1
136136
- name: Download support-bundle binary
137-
uses: actions/download-artifact@v1
137+
uses: actions/download-artifact@v3
138138
with:
139139
name: support-bundle
140140
path: bin/
@@ -153,7 +153,7 @@ jobs:
153153
with:
154154
version: v1.23.6-k3s1
155155
- name: Download support bundle binary
156-
uses: actions/download-artifact@v1
156+
uses: actions/download-artifact@v3
157157
with:
158158
name: support-bundle
159159
path: bin/

0 commit comments

Comments
 (0)