Skip to content

Commit

Permalink
fix: use upload-artifact v4 for docker step in build (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: lby <[email protected]>
  • Loading branch information
mulengawilfred and airslice authored Oct 18, 2024
1 parent 90acafe commit a22c2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Save docker image
run: docker save ${{ steps.options.outputs.tags }} | gzip > reearth-marketplace.tar.gz
- name: Save imaged to artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
# env:
# TAG: ${{ needs.info.outputs.tag_short }}
# NAME: ${{ needs.info.outputs.name }}
Expand Down

0 comments on commit a22c2ba

Please sign in to comment.