Bump Wandalen/wretry.action from 3.0.1 to 3.1.0 (#114916)
This commit is contained in:
parent
8ca6e12ddd
commit
63392ea1c2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -1088,7 +1088,7 @@ jobs:
|
|||
pattern: coverage-*
|
||||
- name: Upload coverage to Codecov (full coverage)
|
||||
if: needs.info.outputs.test_full_suite == 'true'
|
||||
uses: Wandalen/wretry.action@v3.0.1
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
with: |
|
||||
|
@ -1099,7 +1099,7 @@ jobs:
|
|||
attempt_delay: 30000
|
||||
- name: Upload coverage to Codecov (partial coverage)
|
||||
if: needs.info.outputs.test_full_suite == 'false'
|
||||
uses: Wandalen/wretry.action@v3.0.1
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
with: |
|
||||
|
@ -1234,7 +1234,7 @@ jobs:
|
|||
pattern: coverage-*
|
||||
- name: Upload coverage to Codecov (full coverage)
|
||||
if: needs.info.outputs.test_full_suite == 'true'
|
||||
uses: Wandalen/wretry.action@v3.0.1
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
with: |
|
||||
|
@ -1245,7 +1245,7 @@ jobs:
|
|||
attempt_delay: 30000
|
||||
- name: Upload coverage to Codecov (partial coverage)
|
||||
if: needs.info.outputs.test_full_suite == 'false'
|
||||
uses: Wandalen/wretry.action@v3.0.1
|
||||
uses: Wandalen/wretry.action@v3.1.0
|
||||
with:
|
||||
action: codecov/codecov-action@v3.1.3
|
||||
with: |
|
||||
|
|
Loading…
Add table
Reference in a new issue