This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 27579cb773 Upgrade to codecov@v4 (#40128)
27579cb773 is described below

commit 27579cb77354957618ae0b65f76bf32d49e9826b
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.
---
 .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}}

Reply via email to