mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-04 02:39:56 +00:00
build(deps): bump codecov/codecov-action from 3 to 4 (#2297)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6a01e58f61
commit
d14323244e
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
@ -508,7 +508,7 @@ jobs:
|
||||
- name: Upload coverage
|
||||
# any except canceled or skipped
|
||||
if: always() && (steps.test_report.outcome == 'success')
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
files: ./build/coverage.xml
|
||||
@ -833,9 +833,9 @@ jobs:
|
||||
- name: Upload coverage
|
||||
# any except canceled or skipped
|
||||
if: always() && (steps.test_report.outcome == 'success')
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
fail_ci_if_error: false # todo: re-enable this when action is fixed
|
||||
files: ./build/coverage.xml
|
||||
flags: ${{ runner.os }}-${{ matrix.os_version }}
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
@ -1071,7 +1071,7 @@ jobs:
|
||||
- name: Upload coverage
|
||||
# any except canceled or skipped
|
||||
if: always() && (steps.test_report.outcome == 'success')
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
files: ./build/coverage.xml
|
||||
|
Loading…
Reference in New Issue
Block a user