File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
run : make release
166
166
167
167
- name : Upload artifact
168
- uses : actions/upload-artifact@v3
168
+ uses : actions/upload-artifact@v4
169
169
with :
170
170
name : release-manifests
171
171
path : out/release
@@ -210,7 +210,7 @@ jobs:
210
210
run : ./scripts/ci-e2e-capi-quickstart.sh
211
211
212
212
- name : Upload artifact
213
- uses : actions/upload-artifact@v3
213
+ uses : actions/upload-artifact@v4
214
214
if : ${{ always() }}
215
215
with :
216
216
name : e2e-quickstart
@@ -256,7 +256,7 @@ jobs:
256
256
run : ./scripts/ci-e2e-capi.sh
257
257
258
258
- name : Upload artifact
259
- uses : actions/upload-artifact@v3
259
+ uses : actions/upload-artifact@v4
260
260
if : ${{ always() }}
261
261
with :
262
262
name : e2e
@@ -302,7 +302,7 @@ jobs:
302
302
run : ./scripts/ci-e2e-capi-conformance.sh
303
303
304
304
- name : Upload artifact
305
- uses : actions/upload-artifact@v3
305
+ uses : actions/upload-artifact@v4
306
306
if : ${{ always() }}
307
307
with :
308
308
name : e2e-conformance
@@ -348,7 +348,7 @@ jobs:
348
348
run : ./scripts/ci-e2e-capi-workload-upgrade.sh
349
349
350
350
- name : Upload artifact
351
- uses : actions/upload-artifact@v3
351
+ uses : actions/upload-artifact@v4
352
352
if : ${{ always() }}
353
353
with :
354
354
name : e2e-workload-upgrade
You can’t perform that action at this time.
0 commit comments