Merge pull request #155 from curbengh/dependabot/github_actions/codecov/codecov-action-4

chore(deps): bump codecov/codecov-action from 3 to 4
This commit is contained in:
Ming Di Leom 2024-06-05 18:46:36 +09:30 committed by GitHub
commit e99e110d39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -55,6 +55,8 @@ jobs:
env:
CI: true
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}