Bump Wandalen/wretry.action from 1.3.0 to 1.4.0 (#109950)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-08 20:14:49 +01:00 committed by GitHub
parent a0e515df1a
commit 23fa9103d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1079,7 +1079,7 @@ jobs:
uses: actions/download-artifact@v3
- name: Upload coverage to Codecov (full coverage)
if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/wretry.action@v1.3.0
uses: Wandalen/wretry.action@v1.4.0
with:
action: codecov/codecov-action@v3.1.3
with: |
@ -1090,7 +1090,7 @@ jobs:
attempt_delay: 30000
- name: Upload coverage to Codecov (partial coverage)
if: needs.info.outputs.test_full_suite == 'false'
uses: Wandalen/wretry.action@v1.3.0
uses: Wandalen/wretry.action@v1.4.0
with:
action: codecov/codecov-action@v3.1.3
with: |