Skip to content

Commit

Permalink
Merge pull request #1106 from nginx-proxy/nduchon/artifact-v4
Browse files Browse the repository at this point in the history
ci: bump artifact actions  from 3 to 4
  • Loading branch information
buchdag authored May 1, 2024
2 parents b02443c + f63b9db commit ccdc3e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: docker save $IMAGE > companion.tar

- name: Upload Image Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: companion.tar
path: companion.tar
Expand All @@ -60,7 +60,7 @@ jobs:
path: official-images

- name: Download Builded Image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: companion.tar

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
pebble-config: pebble-config-eab.json
- test-name: acme_eab
setup: 3containers
acme-ca: pebble
acme-ca: pebble
pebble-config: pebble-config-eab.json
- test-name: ocsp_must_staple
setup: 2containers
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:

# ADD BUILT IMAGE
- name: Download Built Image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: companion.tar

Expand Down

0 comments on commit ccdc3e2

Please sign in to comment.