From 531f2e8443af6b5d3b53a723a624f4c7a45a0ecb Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Thu, 8 Feb 2024 23:15:22 +0100 Subject: [PATCH] bump wretry.action@v1.4.4 (#110053) --- .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 c48e29db315..e3ced9b9692 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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.4.0 + uses: Wandalen/wretry.action@v1.4.4 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.4.0 + uses: Wandalen/wretry.action@v1.4.4 with: action: codecov/codecov-action@v3.1.3 with: |