mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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'
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
action: codecov/codecov-action@v4.3.0
|
||||
with: |
|
||||
fail_ci_if_error: true
|
||||
flags: full-suite
|
||||
@ -1101,7 +1101,7 @@ jobs:
|
||||
if: needs.info.outputs.test_full_suite == 'false'
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
action: codecov/codecov-action@v4.3.0
|
||||
with: |
|
||||
fail_ci_if_error: true
|
||||
token: ${{ env.CODECOV_TOKEN }}
|
||||
@ -1236,7 +1236,7 @@ jobs:
|
||||
if: needs.info.outputs.test_full_suite == 'true'
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
action: codecov/codecov-action@v4.3.0
|
||||
with: |
|
||||
fail_ci_if_error: true
|
||||
flags: full-suite
|
||||
@ -1247,7 +1247,7 @@ jobs:
|
||||
if: needs.info.outputs.test_full_suite == 'false'
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
action: codecov/codecov-action@v4.3.0
|
||||
with: |
|
||||
fail_ci_if_error: true
|
||||
token: ${{ env.CODECOV_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user