Skip to content

Commit f6583de

Browse files
committed
fix: update upload-artifact action
Signed-off-by: Russell Centanni <russell.centanni@gmail.com>
1 parent 964f505 commit f6583de

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)