Skip to content

Commit 10c7aa3

Browse files
authored
chore(deps): update codecov/codecov-action action to v4 (googleapis#1194)
1 parent a600ea8 commit 10c7aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm install
2626
- run: npm test
2727
- name: coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v4
2929
with:
3030
name: actions ${{ matrix.node }}
3131
fail_ci_if_error: false
@@ -39,7 +39,7 @@ jobs:
3939
- run: npm install
4040
- run: npm test
4141
- name: coverage
42-
uses: codecov/codecov-action@v3
42+
uses: codecov/codecov-action@v4
4343
with:
4444
name: actions windows
4545
fail_ci_if_error: false

0 commit comments

Comments
 (0)