Skip to content

Commit 5349316

Browse files
authored
bump github actions/download-artifact (#1409)
1 parent acaa2ed commit 5349316

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
shell: bash
9393
- uses: actions/checkout@v4
9494
- run: make generate preflight
95-
- uses: actions/upload-artifact@v3
95+
- uses: actions/upload-artifact@v4
9696
with:
9797
name: preflight
9898
path: bin/preflight
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
version: v1.23.6-k3s1
108108
- name: Download preflight binary
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: preflight
112112
path: bin/
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
version: v1.23.6-k3s1
157157
- name: Download preflight binary
158-
uses: actions/download-artifact@v3
158+
uses: actions/download-artifact@v4
159159
with:
160160
name: preflight
161161
path: bin/
@@ -181,7 +181,7 @@ jobs:
181181
shell: bash
182182
- uses: actions/checkout@v4
183183
- run: make generate support-bundle
184-
- uses: actions/upload-artifact@v3
184+
- uses: actions/upload-artifact@v4
185185
with:
186186
name: support-bundle
187187
path: bin/support-bundle
@@ -196,7 +196,7 @@ jobs:
196196
with:
197197
version: v1.23.6-k3s1
198198
- name: Download support-bundle binary
199-
uses: actions/download-artifact@v3
199+
uses: actions/download-artifact@v4
200200
with:
201201
name: support-bundle
202202
path: bin/
@@ -215,7 +215,7 @@ jobs:
215215
with:
216216
version: v1.23.6-k3s1
217217
- name: Download support bundle binary
218-
uses: actions/download-artifact@v3
218+
uses: actions/download-artifact@v4
219219
with:
220220
name: support-bundle
221221
path: bin/
@@ -236,7 +236,7 @@ jobs:
236236
shell: bash
237237
- uses: actions/checkout@v4
238238
- name: Download support bundle binary
239-
uses: actions/download-artifact@v3
239+
uses: actions/download-artifact@v4
240240
with:
241241
name: support-bundle
242242
path: bin/
@@ -256,7 +256,7 @@ jobs:
256256
shell: bash
257257
- uses: actions/checkout@v4
258258
- run: make generate collect
259-
- uses: actions/upload-artifact@v3
259+
- uses: actions/upload-artifact@v4
260260
with:
261261
name: collect
262262
path: bin/collect

.github/workflows/license.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: trivy fs --scanners license --skip-dirs ".github" . | tee license-report.txt
3131

3232
- name: Upload license report artifact
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: license-report
3636
path: license-report.txt

0 commit comments

Comments
 (0)