Skip to content

Commit a022bf0

Browse files
committed
[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 apache#49228 from panbingkun/codecov-action_v5. Authored-by: panbingkun <[email protected]> Signed-off-by: panbingkun <[email protected]>
1 parent 1208d3c commit a022bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ jobs:
619619
fi
620620
- name: Upload coverage to Codecov
621621
if: fromJSON(inputs.envs).PYSPARK_CODECOV == 'true'
622-
uses: codecov/codecov-action@v4
622+
uses: codecov/codecov-action@v5
623623
with:
624624
token: ${{ secrets.CODECOV_TOKEN }}
625625
files: ./python/coverage.xml

0 commit comments

Comments
 (0)