From 824f6d2f1b35817a88077a0fcf47b6f0eaad7647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:29:08 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 (#3111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
codecov/codecov-action (codecov/codecov-action) ### [`v5`](https://redirect.github.com/codecov/codecov-action/compare/v4...v5) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4...v5)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/_python.yml | 2 +- .github/workflows/api.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_python.yml b/.github/workflows/_python.yml index 9f26c28a6..961befbbc 100644 --- a/.github/workflows/_python.yml +++ b/.github/workflows/_python.yml @@ -77,7 +77,7 @@ jobs: working-directory: ${{ inputs.context }} - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: ${{ inputs.context }}/coverage.xml flags: ${{ inputs.context }} diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index c4fd2ec5c..7381c3296 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -76,7 +76,7 @@ jobs: working-directory: api - name: Report coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: api/coverage.xml flags: api