Skip to content

Commit

Permalink
chore: revert codecov-action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 26, 2023
1 parent 7ea2629 commit de01f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: pnpm build
- run: pnpm test:types
- run: pnpm vitest --coverage && rm -rf coverage/tmp
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v3
- name: nightly release
if: |
github.event_name == 'push' &&
Expand Down

0 comments on commit de01f41

Please sign in to comment.