chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.0 #4

Closed
dependabot[bot] wants to merge 1 commits from dependabot/github_actions/codecov/codecov-action-3.1.0 into main

View File

@ -49,7 +49,7 @@ jobs:
run: | run: |
make test-unit-cover make test-unit-cover
if: env.GIT_DIFF if: env.GIT_DIFF
- uses: codecov/codecov-action@v2.1.0 - uses: codecov/codecov-action@v3.1.0
with: with:
file: ./coverage.txt file: ./coverage.txt
fail_ci_if_error: true fail_ci_if_error: true