diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ad40db9f..af36aa64 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,7 +56,7 @@ jobs: # if we don't care if the upload's successful? - name: Upload coverage to Codecov if: steps.detect_if_should_run.outputs.result == 'true' - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v3 with: | @@ -139,7 +139,7 @@ jobs: # somewhat defeats the purpose of uploading those reports. Why bother uploading # if we don't care if the upload's successful? - name: Upload coverage to Codecov - uses: Wandalen/wretry.action@v3.5.0 + uses: Wandalen/wretry.action@v3.7.2 with: action: codecov/codecov-action@v3 with: |