We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 513f5de + f63dffe commit 5fd1eabCopy full SHA for 5fd1eab
1 file changed
.github/workflows/typescript-standard.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run Tests
23
run: npm run test
24
- name: Upload to Codecov
25
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
26
env:
27
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
28
- name: Check coverage
0 commit comments