Skip to content

Commit

Permalink
fix(ci): upupdate composite actions (#857)
Browse files Browse the repository at this point in the history
- [x] use upload artifact action v4;
  • Loading branch information
rfprod authored Jun 29, 2024
1 parent 514bac8 commit 952841e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dist-artifact-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
run: tar -cvf dist.tar ./dist

- name: Upload dist artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.artifact-name }}
path: dist.tar
Expand Down

0 comments on commit 952841e

Please sign in to comment.