diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29c45ca4820..44d95c03954 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1084,7 +1084,7 @@ jobs: pattern: coverage-* - name: Upload coverage to Codecov (full coverage) if: needs.info.outputs.test_full_suite == 'true' - uses: Wandalen/wretry.action@v1.4.7 + uses: Wandalen/wretry.action@v1.4.8 with: action: codecov/codecov-action@v3.1.3 with: | @@ -1095,7 +1095,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.7 + uses: Wandalen/wretry.action@v1.4.8 with: action: codecov/codecov-action@v3.1.3 with: |