Skip to content

Commit 601b7c1

Browse files
committed
ci: fix nightly build upload action
1 parent d74ac66 commit 601b7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
npm run release
2424
25-
- uses: actions/upload-artifact@v2
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: build
2828
path: dist/

0 commit comments

Comments
 (0)