File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ jobs:
138
138
docker save $CONTROLLER_IMAGE -o /tmp/controller-image.tar
139
139
140
140
- name : Upload manifest artifact
141
- uses : actions/upload-artifact@v3.1 .0
141
+ uses : actions/upload-artifact@v4.4 .0
142
142
with :
143
143
name : controller-manifest
144
144
path : controller.yaml
145
145
146
146
- name : Upload container image artifact
147
- uses : actions/upload-artifact@v3.1 .0
147
+ uses : actions/upload-artifact@v4.4 .0
148
148
with :
149
149
name : controller-image
150
150
path : /tmp/controller-image.tar
@@ -194,12 +194,12 @@ jobs:
194
194
kubectl cluster-info
195
195
196
196
- name : Download manifest artifact
197
- uses : actions/download-artifact@v3.0.1
197
+ uses : actions/download-artifact@v4.1.7
198
198
with :
199
199
name : controller-manifest
200
200
201
201
- name : Download container image artifact
202
- uses : actions/download-artifact@v3.0.1
202
+ uses : actions/download-artifact@v4.1.7
203
203
with :
204
204
name : controller-image
205
205
@@ -267,7 +267,7 @@ jobs:
267
267
kubectl cluster-info
268
268
269
269
- name : Download container image artifact
270
- uses : actions/download-artifact@v3.0.1
270
+ uses : actions/download-artifact@v4.1.7
271
271
with :
272
272
name : controller-image
273
273
You can’t perform that action at this time.
0 commit comments