From d98b3deb5477884fc90349739739eed1f528ee7d Mon Sep 17 00:00:00 2001 From: liangbowen Date: Sat, 3 Dec 2022 18:52:21 +0800 Subject: [PATCH] [KYUUBI #3862][Improvement] Bump codecov/codecov-action from v2 to v3 ### _Why are the changes needed?_ to close #3862 . ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3868 from bowenliang123/3862-codecov-v3. Closes #3862 b5733979 [liangbowen] bump codecov-action from v2 to v3 Authored-by: liangbowen Signed-off-by: Cheng Pan --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 8b4123217..ca0fcecbc 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -89,7 +89,7 @@ jobs: matrix.java == 8 && matrix.spark == '3.2' && matrix.spark-archive == '' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: verbose: true - name: Upload test logs