diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 259277b16669f..16fbee883e62f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -834,9 +834,9 @@ jobs: uses: actions/download-artifact@v2 - name: Upload coverage to Codecov (full coverage) if: needs.changes.outputs.test_full_suite == 'true' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.3.1 with: flags: full-suite - name: Upload coverage to Codecov (partial coverage) if: needs.changes.outputs.test_full_suite == 'false' - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v4.3.1