Skip to content

Commit f887ef6

Browse files
Upgrade actions/upload-artifact to v4
1 parent 82455c0 commit f887ef6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- run: docker save "${DOCKER_IMAGE}" | gzip -9 > ./tmp/image-http-${{ matrix.nginx }}.tar
122122
shell: bash
123123
- name: Upload Images
124-
uses: actions/upload-artifact@v2
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: docker-image-http-${{ matrix.nginx }}
127127
path: ./tmp
@@ -142,7 +142,7 @@ jobs:
142142
- run: docker save "${DOCKER_IMAGE}" | gzip -9 > ./tmp/image-prometheus-exporter-file.tar
143143
shell: bash
144144
- name: Upload Images
145-
uses: actions/upload-artifact@v2
145+
uses: actions/upload-artifact@v4
146146
with:
147147
name: docker-image-prometheus-exporter-file
148148
path: ./tmp
@@ -231,7 +231,7 @@ jobs:
231231
- run: docker save "${DOCKER_IMAGE}" | gzip -9 > ./tmp/image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}.tar
232232
shell: bash
233233
- name: Upload Images
234-
uses: actions/upload-artifact@v2
234+
uses: actions/upload-artifact@v4
235235
with:
236236
name: docker-image-${{ matrix.type }}-${{ matrix.php }}-${{ matrix.alpine }}
237237
path: ./tmp

0 commit comments

Comments
 (0)