Merge pull request #3 from host-uk/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
This commit is contained in:
commit
46b7bf2584
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
|
||||
- name: Upload coverage to Codecov
|
||||
if: matrix.php == '8.3'
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: coverage.xml
|
||||
fail_ci_if_error: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue