Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 7bd2f89

Browse files
committed
chore(deps): update codecov/codecov-action action to v2
1 parent 7631f78 commit 7bd2f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Test
3636
run: yarn test
3737
- name: Code coverage
38-
uses: codecov/codecov-action@v1
38+
uses: codecov/codecov-action@v2
3939
- name: Release
4040
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/next')
4141
run: yarn semantic-release

0 commit comments

Comments
 (0)