From eac692b0a9e2192c3818131db0655fe45b05200c Mon Sep 17 00:00:00 2001 From: Yaroslav Stefinko Date: Wed, 22 Jul 2026 15:05:06 +0300 Subject: [PATCH] Update CodeCov Action to v7 https://github.com/codecov/codecov-action/releases/tag/v7.0.0 released at June 7 so it's enough stable to switch and avoid known issues/bugs from v6. Relates-To: MINOR Signed-off-by: Yaroslav Stefinko --- .github/workflows/psv_pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/psv_pipelines.yml b/.github/workflows/psv_pipelines.yml index 8d81da016..dc240b2c6 100644 --- a/.github/workflows/psv_pipelines.yml +++ b/.github/workflows/psv_pipelines.yml @@ -46,7 +46,7 @@ jobs: run: ./scripts/linux/psv/test_psv.sh shell: bash - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false)