Update codecov/codecov-action action to v4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2024-02-11 06:08:25 +00:00
parent d170a8bade
commit 3428cb871e
Signed by: renovate
GPG key ID: BE1779FA19BFB6E9

View file

@ -63,7 +63,7 @@ jobs:
cmd: test --coverage cmd: test --coverage
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v4
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true fail_ci_if_error: true