File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
uses : docker-practice/actions-setup-docker@master
38
38
39
39
- name : Download Artifact Operator
40
- uses : actions/download-artifact@v2
40
+ uses : actions/download-artifact@v4
41
41
with :
42
42
name : operator_img
43
43
path : /tmp
Original file line number Diff line number Diff line change 83
83
kubectl logs -n ray-system --tail -1 -l app.kubernetes.io/name=kuberay | tee ${KUBERAY_TEST_OUTPUT_DIR}/kuberay-operator.log
84
84
85
85
- name : Upload logs
86
- uses : actions/upload-artifact@v3
86
+ uses : actions/upload-artifact@v4
87
87
if : (!inputs.plugin-test) && always() && steps.deploy.outcome == 'success'
88
88
with :
89
89
name : logs
Original file line number Diff line number Diff line change 76
76
docker save -o /tmp/apiserver.tar kuberay/apiserver:${{ steps.vars.outputs.sha_short }}
77
77
78
78
- name : Upload Artifact Apiserver
79
- uses : actions/upload-artifact@v2
79
+ uses : actions/upload-artifact@v4
80
80
with :
81
81
name : apiserver_img
82
82
path : /tmp/apiserver.tar
@@ -150,7 +150,7 @@ jobs:
150
150
working-directory : ${{env.working-directory}}
151
151
152
152
- name : Upload security proxy artifact
153
- uses : actions/upload-artifact@v2
153
+ uses : actions/upload-artifact@v4
154
154
with :
155
155
name : security-proxy_img
156
156
path : /tmp/security-proxy.tar
@@ -228,7 +228,7 @@ jobs:
228
228
working-directory : ${{env.working-directory}}
229
229
230
230
- name : Upload Artifact Operator
231
- uses : actions/upload-artifact@v2
231
+ uses : actions/upload-artifact@v4
232
232
with :
233
233
name : operator_img
234
234
path : /tmp/operator.tar
You can’t perform that action at this time.
0 commit comments