Skip to content

Commit

Permalink
Artifact v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Sep 15, 2024
1 parent f2fb181 commit ae9905c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: docker save "$DOCKER_IMAGE_NAME" | gzip > image.tar.gz

- name: Upload docker image for other jobs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: image
path: image.tar.gz
Expand All @@ -56,7 +56,7 @@ jobs:
needs: build
steps:
- name: Download docker image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image

Expand All @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v2

- name: Download docker image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- test-docker-compose
steps:
- name: Download docker image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image

Expand Down

0 comments on commit ae9905c

Please sign in to comment.