Skip to content

Commit 5abdac2

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent ca4f78b commit 5abdac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: make test NPM_TESTS=${{ matrix.npm-test }}
2424
- name: Coverage
2525
if: ${{ matrix.npm-test == 'test' }}
26-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v5
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
fail_ci_if_error: true

0 commit comments

Comments
 (0)