mirror of
https://github.com/Radarr/Radarr
synced 2026-01-25 08:53:02 +01:00
Merge pull request #22 from cheir-mneme/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
This commit is contained in:
commit
fe6fdb3bf4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -118,7 +118,7 @@ jobs:
|
|||
reporttypes: "HtmlInline;Cobertura;TextSummary"
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
if: always()
|
||||
continue-on-error: true
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue