diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5cb7412209..ebc4b8aabb2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1102,12 +1102,12 @@ jobs: uses: actions/download-artifact@v3 - name: Upload coverage to Codecov (full coverage) if: needs.info.outputs.test_full_suite == 'true' - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: fail_ci_if_error: true flags: full-suite - name: Upload coverage to Codecov (partial coverage) if: needs.info.outputs.test_full_suite == 'false' - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.2 with: fail_ci_if_error: true