Skip to content

Commit

Permalink
Merge pull request #66 from burningmantech/yf-github
Browse files Browse the repository at this point in the history
Upgrade github artifacts
  • Loading branch information
mikeburg authored Dec 20, 2023
2 parents 22196f2 + 6681598 commit 0bed538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: docker image save $(docker images --format "{{.Repository}}:{{.Tag}}" "${{ env.DOCKER_IMAGE_REPO }}") | gzip -9 > docker_images.tgz

- name: Upload Docker image artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docker
path: docker_images.tgz
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Docker image artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Docker image artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: docker

Expand Down

0 comments on commit 0bed538

Please sign in to comment.