We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f014612 commit 616e5b4Copy full SHA for 616e5b4
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run tests
46
run: pnpm test
47
- name: Collect coverage
48
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
49
if: success()
50
with:
51
files: ./coverage/lcov.info
0 commit comments