chore(deps): update codecov/codecov-action action to v5 (#3111)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://redirect.github.com/codecov/codecov-action)
| action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v5`](https://redirect.github.com/codecov/codecov-action/compare/v4...v5)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4...v5)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/libretime/libretime).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2kiLCJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-16 00:29:08 +00:00 committed by GitHub
parent 013d68e880
commit 824f6d2f1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
working-directory: ${{ inputs.context }} working-directory: ${{ inputs.context }}
- name: Report coverage - name: Report coverage
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
files: ${{ inputs.context }}/coverage.xml files: ${{ inputs.context }}/coverage.xml
flags: ${{ inputs.context }} flags: ${{ inputs.context }}

View File

@ -76,7 +76,7 @@ jobs:
working-directory: api working-directory: api
- name: Report coverage - name: Report coverage
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
files: api/coverage.xml files: api/coverage.xml
flags: api flags: api