From c1110b2223cd4ad378b07f24f8702a696225cee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:37:35 -0500 Subject: [PATCH] Bump Wandalen/wretry.action from 3.4.0 to 3.5.0 (#4335) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75174cd260..cfadd0edd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: working-directory: downloaded-artifacts - name: Upload Coverage with retry - uses: Wandalen/wretry.action@v3.4.0 + uses: Wandalen/wretry.action@v3.5.0 with: attempt_limit: 5 attempt_delay: 2000