Skip to content

Commit ccdc3e2

Browse files
authored
Merge pull request #1106 from nginx-proxy/nduchon/artifact-v4
ci: bump artifact actions from 3 to 4
2 parents b02443c + f63b9db commit ccdc3e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: docker save $IMAGE > companion.tar
4444

4545
- name: Upload Image Artifact
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: companion.tar
4949
path: companion.tar
@@ -60,7 +60,7 @@ jobs:
6060
path: official-images
6161

6262
- name: Download Builded Image
63-
uses: actions/download-artifact@v3
63+
uses: actions/download-artifact@v4
6464
with:
6565
name: companion.tar
6666

@@ -108,7 +108,7 @@ jobs:
108108
pebble-config: pebble-config-eab.json
109109
- test-name: acme_eab
110110
setup: 3containers
111-
acme-ca: pebble
111+
acme-ca: pebble
112112
pebble-config: pebble-config-eab.json
113113
- test-name: ocsp_must_staple
114114
setup: 2containers
@@ -150,7 +150,7 @@ jobs:
150150

151151
# ADD BUILT IMAGE
152152
- name: Download Built Image
153-
uses: actions/download-artifact@v3
153+
uses: actions/download-artifact@v4
154154
with:
155155
name: companion.tar
156156

0 commit comments

Comments
 (0)