File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- run : docker save "${DOCKER_IMAGE}" | gzip -9 > ./tmp/image-http-${{ matrix.nginx }}.tar
122
122
shell : bash
123
123
- name : Upload Images
124
- uses : actions/upload-artifact@v2
124
+ uses : actions/upload-artifact@v4
125
125
with :
126
126
name : docker-image-http-${{ matrix.nginx }}
127
127
path : ./tmp
@@ -142,7 +142,7 @@ jobs:
142
142
- run : docker save "${DOCKER_IMAGE}" | gzip -9 > ./tmp/image-prometheus-exporter-file.tar
143
143
shell : bash
144
144
- name : Upload Images
145
- uses : actions/upload-artifact@v2
145
+ uses : actions/upload-artifact@v4
146
146
with :
147
147
name : docker-image-prometheus-exporter-file
148
148
path : ./tmp
@@ -231,7 +231,7 @@ jobs:
231
231
- run : docker save "${DOCKER_IMAGE}" | gzip -9 > ./tmp/image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}.tar
232
232
shell : bash
233
233
- name : Upload Images
234
- uses : actions/upload-artifact@v2
234
+ uses : actions/upload-artifact@v4
235
235
with :
236
236
name : docker-image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}
237
237
path : ./tmp
You can’t perform that action at this time.
0 commit comments