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

Commit 70363c8

Browse files
authored
chore(deps): update codecov/codecov-action action to v3 (#1432)
1 parent d375716 commit 70363c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: npm install
4545
- run: npm test
4646
- name: coverage
47-
uses: codecov/codecov-action@v1
47+
uses: codecov/codecov-action@v3
4848
with:
4949
name: actions ${{ matrix.node }}
5050
fail_ci_if_error: true
@@ -62,7 +62,7 @@ jobs:
6262
- run: npm install
6363
- run: npm test
6464
- name: coverage
65-
uses: codecov/codecov-action@v1
65+
uses: codecov/codecov-action@v3
6666
with:
6767
name: actions windows
6868
fail_ci_if_error: true

0 commit comments

Comments
 (0)