mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Bump Wandalen/wretry.action from 1.0.36 to 1.2.0 (#95035)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3b24a943ab
commit
05c25d2349
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -1013,7 +1013,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
- name: Upload coverage to Codecov (full coverage)
|
- name: Upload coverage to Codecov (full coverage)
|
||||||
if: needs.info.outputs.test_full_suite == 'true'
|
if: needs.info.outputs.test_full_suite == 'true'
|
||||||
uses: Wandalen/wretry.action@v1.0.36
|
uses: Wandalen/wretry.action@v1.2.0
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v3.1.3
|
||||||
with: |
|
with: |
|
||||||
@ -1023,7 +1023,7 @@ jobs:
|
|||||||
attempt_delay: 30000
|
attempt_delay: 30000
|
||||||
- name: Upload coverage to Codecov (partial coverage)
|
- name: Upload coverage to Codecov (partial coverage)
|
||||||
if: needs.info.outputs.test_full_suite == 'false'
|
if: needs.info.outputs.test_full_suite == 'false'
|
||||||
uses: Wandalen/wretry.action@v1.0.36
|
uses: Wandalen/wretry.action@v1.2.0
|
||||||
with:
|
with:
|
||||||
action: codecov/codecov-action@v3.1.3
|
action: codecov/codecov-action@v3.1.3
|
||||||
with: |
|
with: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user