chore(deps): update codecov/codecov-action action to v4 (#2)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-04 05:04:56 +01:00
committed by GitHub
parent 47c9b9b4fe
commit a862b92c98

View File

@@ -22,7 +22,7 @@ jobs:
env:
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
- name: Upload tests coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}