Skip to content

Commit 71c11af

Browse files
committed
chore(deps): update codecov/codecov-action action to v4
1 parent 987505b commit 71c11af

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@v3
47+
uses: codecov/codecov-action@v4
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@v3
65+
uses: codecov/codecov-action@v4
6666
with:
6767
name: actions windows
6868
fail_ci_if_error: true

0 commit comments

Comments
 (0)