File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments