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

panbingkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new a022bf0a348f [SPARK-50634][INFRA] Upgrade `codecov/codecov-action` to 
v5
a022bf0a348f is described below

commit a022bf0a348fab5e7af76cb36f326981f13427f1
Author: panbingkun <[email protected]>
AuthorDate: Fri Jan 10 15:16:34 2025 +0800

    [SPARK-50634][INFRA] Upgrade `codecov/codecov-action` to v5
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade `codecov/codecov-action` from `v4` to `v5`.
    
    ### Why are the changes needed?
    https://github.com/codecov/codecov-action/releases/tag/v5.0.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manual daily continuous observation.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #49228 from panbingkun/codecov-action_v5.
    
    Authored-by: panbingkun <[email protected]>
    Signed-off-by: panbingkun <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index a51e5a2e5c21..c3c83c67c140 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -619,7 +619,7 @@ jobs:
         fi
     - name: Upload coverage to Codecov
       if: fromJSON(inputs.envs).PYSPARK_CODECOV == 'true'
-      uses: codecov/codecov-action@v4
+      uses: codecov/codecov-action@v5
       with:
         token: ${{ secrets.CODECOV_TOKEN }}
         files: ./python/coverage.xml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to