Skip to content

Commit 3e7f07d

Browse files
Update codecov/codecov-action action to v2 (#5)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent c757fbb commit 3e7f07d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn test
4949

5050
- name: Coverage
51-
uses: codecov/codecov-action@v1
51+
uses: codecov/codecov-action@v2
5252

5353
- name: Build
5454
run: yarn build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn test
4949

5050
- name: Coverage
51-
uses: codecov/codecov-action@v1
51+
uses: codecov/codecov-action@v2
5252

5353
- name: Build
5454
run: yarn build

0 commit comments

Comments
 (0)