Skip to content

Commit

Permalink
Li/fix workflow (#21)
Browse files Browse the repository at this point in the history
Upgrade the deprecated version of `actions/upload-artifact: v2` to `actions/upload-artifact: v4`
  • Loading branch information
wanliAlex authored Oct 2, 2024
1 parent 69b6019 commit 8e7d53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: echo "${{ steps.set_image_pointer.outputs.image_pointer }}" > img_info.txt

- name: Upload Docker image location as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: docker-image-info
path: img_info.txt
Expand Down

0 comments on commit 8e7d53d

Please sign in to comment.