Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 81b8bd7 commit ae189cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: docker image save -o image-$IMAGE_TAG.tar $IMAGE_NAME:$IMAGE_TAG

- name: Upload image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ env.IMAGE_TAG }}
path: image-${{ env.IMAGE_TAG }}.tar
Expand All @@ -63,7 +63,7 @@ jobs:
run: echo "IMAGE_TAG=${GITHUB_REF##*/}" >> $GITHUB_ENV

- name: download image artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-${{ env.IMAGE_TAG }}

Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
run: docker image save -o image-$IMAGE_TAG.tar $IMAGE_NAME:$IMAGE_TAG

- name: Upload image artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ env.IMAGE_TAG }}
path: image-${{ env.IMAGE_TAG }}.tar
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

steps:
- name: download image artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image-${{ env.IMAGE_TAG }}

Expand Down

0 comments on commit ae189cc

Please sign in to comment.