From 02658f8c84ae790737a3cb1ba4a780dc2d4a866a Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 7 Jun 2024 21:20:38 +0200 Subject: [PATCH] Upgrade to codecov@v4 Codecov3 uses deprecated node version and generates warnings. --- .github/actions/post_tests_success/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/post_tests_success/action.yml b/.github/actions/post_tests_success/action.yml index fbdc0aa1a393f..4ac4109670dc1 100644 --- a/.github/actions/post_tests_success/action.yml +++ b/.github/actions/post_tests_success/action.yml @@ -35,7 +35,7 @@ runs: mkdir ./files/coverage-reposts mv ./files/coverage*.xml ./files/coverage-reposts/ || true - name: "Upload all coverage reports to codecov" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: env.ENABLE_COVERAGE == 'true' && env.TEST_TYPES != 'Helm' with: name: coverage-${{env.JOB_ID}}