Skip to content

Commit 8d6407f

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent cdf19f4 commit 8d6407f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)