mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump codecov/codecov-action to v4.3.0 (#115317)
This commit is contained in:
parent
f527fd0947
commit
fa3cba5b87
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -1090,7 +1090,7 @@ jobs:
|
|||||||
if: needs.info.outputs.test_full_suite == 'true'
|
if: needs.info.outputs.test_full_suite == 'true'
|
||||||
uses: Wandalen/wretry.action@v3.1.0
|
uses: Wandalen/wretry.action@v3.1.0
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v4.3.0
|
||||||
with: |
|
with: |
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
flags: full-suite
|
flags: full-suite
|
||||||
@ -1101,7 +1101,7 @@ jobs:
|
|||||||
if: needs.info.outputs.test_full_suite == 'false'
|
if: needs.info.outputs.test_full_suite == 'false'
|
||||||
uses: Wandalen/wretry.action@v3.1.0
|
uses: Wandalen/wretry.action@v3.1.0
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v4.3.0
|
||||||
with: |
|
with: |
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
token: ${{ env.CODECOV_TOKEN }}
|
token: ${{ env.CODECOV_TOKEN }}
|
||||||
@ -1236,7 +1236,7 @@ jobs:
|
|||||||
if: needs.info.outputs.test_full_suite == 'true'
|
if: needs.info.outputs.test_full_suite == 'true'
|
||||||
uses: Wandalen/wretry.action@v3.1.0
|
uses: Wandalen/wretry.action@v3.1.0
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v4.3.0
|
||||||
with: |
|
with: |
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
flags: full-suite
|
flags: full-suite
|
||||||
@ -1247,7 +1247,7 @@ jobs:
|
|||||||
if: needs.info.outputs.test_full_suite == 'false'
|
if: needs.info.outputs.test_full_suite == 'false'
|
||||||
uses: Wandalen/wretry.action@v3.1.0
|
uses: Wandalen/wretry.action@v3.1.0
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v4.3.0
|
||||||
with: |
|
with: |
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
token: ${{ env.CODECOV_TOKEN }}
|
token: ${{ env.CODECOV_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user