From 05c25d234937f9fb77afc4f3e8c8bde177cfd87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:38:32 +0200 Subject: [PATCH] Bump Wandalen/wretry.action from 1.0.36 to 1.2.0 (#95035) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a60c6807af8..cb2a3321d02 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/codecov-action@v3.1.3 with: | @@ -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/codecov-action@v3.1.3 with: |