Skip to content

Commit b0d475b

Browse files
authored
Merge pull request #2894 from lizardruss/fix-release
fix: update upload-artifact action
2 parents 964f505 + f6583de commit b0d475b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CI: "false"
5050
run: ./hack/build-ui.bash
5151
- name: Upload ui tar
52-
uses: actions/upload-artifact@v2
52+
uses: actions/upload-artifact@v4
5353
with:
5454
name: ui-tar
5555
path: release/ui.tar.gz

0 commit comments

Comments
 (0)