We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7ff94 commit 264aeaaCopy full SHA for 264aeaa
1 file changed
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/setup-node@v3
39
- run: yarn install --frozen-lockfile
40
- run: yarn run test:karma
41
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
42
with:
43
directory: ./coverage/
44
fail_ci_if_error: true
0 commit comments