From ae9eb5ffcd170a60a689fa23a7edd71db79d06f5 Mon Sep 17 00:00:00 2001 From: Vlado Djerek Date: Sun, 24 Mar 2024 18:25:51 +0100 Subject: [PATCH] revert codecov action to v3 (#30723) * revert codecov action to v3 * remove gradle useWheelDistribution argument --------- Co-authored-by: Vlado Djerek --- .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 a6995f679486..9d836ef6332b 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