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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae9eb5ffcd1 revert codecov action to v3 (#30723)
ae9eb5ffcd1 is described below

commit ae9eb5ffcd170a60a689fa23a7edd71db79d06f5
Author: Vlado Djerek <rage.bubble...@gmail.com>
AuthorDate: Sun Mar 24 18:25:51 2024 +0100

    revert codecov action to v3 (#30723)
    
    * revert codecov action to v3
    
    * remove gradle useWheelDistribution argument
    
    ---------
    
    Co-authored-by: Vlado Djerek <djerek.vla...@gmail.com>
---
 .github/workflows/beam_PreCommit_Python_Coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/beam_PreCommit_Python_Coverage.yml 
b/.github/workflows/beam_PreCommit_Python_Coverage.yml
index a6995f67948..9d836ef6332 100644
--- a/.github/workflows/beam_PreCommit_Python_Coverage.yml
+++ b/.github/workflows/beam_PreCommit_Python_Coverage.yml
@@ -88,7 +88,7 @@ jobs:
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
           gradle-command: :sdks:python:test-suites:tox:py38:preCommitPyCoverage
-      - uses: codecov/codecov-action@v4
+      - uses: codecov/codecov-action@v3
         with:
           flags: python
           directory: sdks/python

Reply via email to