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
0 commit comments