Skip to content

Commit de01f41

Browse files
committed
chore: revert codecov-action to v3
1 parent 7ea2629 commit de01f41

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
@@ -31,7 +31,7 @@ jobs:
3131
- run: pnpm build
3232
- run: pnpm test:types
3333
- run: pnpm vitest --coverage && rm -rf coverage/tmp
34-
- uses: codecov/codecov-action@v4
34+
- uses: codecov/codecov-action@v3
3535
- name: nightly release
3636
if: |
3737
github.event_name == 'push' &&

0 commit comments

Comments
 (0)