Skip to content

Commit

Permalink
Merge pull request #2894 from lizardruss/fix-release
Browse files Browse the repository at this point in the history
fix: update upload-artifact action
  • Loading branch information
lizardruss authored Sep 19, 2024
2 parents 964f505 + f6583de commit b0d475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
CI: "false"
run: ./hack/build-ui.bash
- name: Upload ui tar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ui-tar
path: release/ui.tar.gz
Expand Down

0 comments on commit b0d475b

Please sign in to comment.