This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 67a3cb0ed273e9a91569c8edaebd9d6dcc340305 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Jun 8 10:50:22 2024 +0200 Upgrade to codecov@v4 (#40128) Codecov3 uses deprecated node version and generates warnings. (cherry picked from commit 27579cb77354957618ae0b65f76bf32d49e9826b) --- .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 fbdc0aa1a3..4ac4109670 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}}
