Skip to content

Commit 9f36761

Browse files
Update codecov/codecov-action action to v3 (#216)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9813b28 commit 9f36761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: jest
2525
run: npm run test --coverage
2626
- name: Send coverage to codecov
27-
uses: codecov/codecov-action@v2
27+
uses: codecov/codecov-action@v3
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
flags: unittests

0 commit comments

Comments
 (0)