Bump Wandalen/wretry.action from 2.0.0 to 2.1.0 (#114150)

This commit is contained in:
dependabot[bot] 2024-03-25 08:56:33 +01:00 committed by GitHub
parent aa1179ccc4
commit 5c0888ba28
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@v2.0.0
uses: Wandalen/wretry.action@v2.1.0
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@v2.0.0
uses: Wandalen/wretry.action@v2.1.0
with:
action: codecov/codecov-action@v3.1.3
with: |