Bump Wandalen/wretry.action from 1.4.8 to 1.4.9 (#113132)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/109662/head^2
dependabot[bot] 2024-03-12 11:52:16 +01:00 committed by GitHub
parent 50ac3c8cfd
commit 46ab4bbf32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1089,7 +1089,7 @@ jobs:
pattern: coverage-*
- name: Upload coverage to Codecov (full coverage)
if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/wretry.action@v1.4.8
uses: Wandalen/wretry.action@v1.4.9
with:
action: codecov/codecov-action@v3.1.3
with: |
@ -1100,7 +1100,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.4.8
uses: Wandalen/wretry.action@v1.4.9
with:
action: codecov/codecov-action@v3.1.3
with: |