From 5c0888ba28c27b97d4c8c72447b4fa6781579137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 08:56:33 +0100 Subject: [PATCH] Bump Wandalen/wretry.action from 2.0.0 to 2.1.0 (#114150) --- .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 a334127dfcb..6ff76d50c7f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: |