Skip to content

Commit 05ba785

Browse files
committed
fix
1 parent 8b7188f commit 05ba785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node-version: 18
1313
- run: npm ci
1414
- run: npm run build
15-
- uses: actions/upload-artifact@v2
15+
- uses: actions/upload-artifact@v4
1616
with:
1717
name: build
1818
path: dist

0 commit comments

Comments
 (0)