Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 81b8bd7 commit 9f83acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 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

0 comments on commit 9f83acc

Please sign in to comment.