Skip to content

Commit 6cb278f

Browse files
chore(deps): update codecov/codecov-action action to v2.0.3 (#450)
Co-authored-by: Renovate Bot <[email protected]>
1 parent aa22f36 commit 6cb278f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- run: npm install
2626
- run: npm test
2727
- name: Codecov
28-
uses: codecov/[email protected].2
28+
uses: codecov/[email protected].3
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Test
2323
run: npm test
2424
- name: Codecov
25-
uses: codecov/[email protected].2
25+
uses: codecov/[email protected].3
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}
2828
- name: Release

0 commit comments

Comments
 (0)