Skip to content

Commit

Permalink
Bump Wandalen/wretry.action from 1.0.36 to 1.2.0 (#95035)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2023
1 parent 3b24a94 commit 05c25d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,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.0.36
uses: Wandalen/wretry.action@v1.2.0
with:
action: codecov/[email protected]
with: |
Expand All @@ -1023,7 +1023,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.0.36
uses: Wandalen/wretry.action@v1.2.0
with:
action: codecov/[email protected]
with: |
Expand Down

0 comments on commit 05c25d2

Please sign in to comment.