Skip to content

Commit 646aa80

Browse files
committed
Fix upload-artifact action version
1 parent 8d9724e commit 646aa80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- run: npm run format-check
2424
- run: npm run lint
2525
- run: npm run test
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v3
2727
with:
2828
name: dist
2929
path: dist
30-
- uses: actions/upload-artifact@v4
30+
- uses: actions/upload-artifact@v3
3131
with:
3232
name: action.yml
3333
path: action.yml

0 commit comments

Comments
 (0)