Bump Wandalen/wretry.action from 3.0.0 to 3.0.1 (#114714)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-03 09:13:53 +02:00 committed by GitHub
parent 53cbb83e46
commit 3eafdadc8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1070,7 +1070,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.0
uses: Wandalen/wretry.action@v3.0.1
with:
action: codecov/codecov-action@v3.1.3
with: |
@ -1081,7 +1081,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.0
uses: Wandalen/wretry.action@v3.0.1
with:
action: codecov/codecov-action@v3.1.3
with: |