Skip to content

Commit bf97ace

Browse files
Bump codecov/codecov-action from 3 to 4 (#2053)
1 parent b0f6e21 commit bf97ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: npm test
3333
- name: Upload coverage to Codecov
3434
if: matrix.node-version == '20.x'
35-
uses: codecov/codecov-action@v3
35+
uses: codecov/codecov-action@v4
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
directory: coverage

0 commit comments

Comments
 (0)