chore(deps): update codecov/codecov-action action to v5

This commit is contained in:
renovate[bot]
2026-03-16 00:53:35 +00:00
committed by GitHub
parent a1c35f134c
commit 4d336b61c4

View File

@@ -23,7 +23,7 @@ jobs:
- run: make test NPM_TESTS=${{ matrix.npm-test }}
- name: Coverage
if: matrix.npm-test == 'test'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true