Skip to content

Commit 33b47c6

Browse files
committed
fix: update upload-artifact action to v4 in CI workflow
1 parent c842c08 commit 33b47c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: npm run build
6767

6868
- name: Upload build artifacts
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: dist
7272
path: dist/

0 commit comments

Comments
 (0)