From c3a868f16cb9b01d1d13f6f66acea96a584c5813 Mon Sep 17 00:00:00 2001 From: Nick Lanham Date: Thu, 19 Dec 2024 10:38:22 -0800 Subject: [PATCH] Update to CodeCov @v5 (#608) ## What changes are proposed in this pull request? V5 seems to resolve a number of issues, include [this one](https://github.com/codecov/codecov-action/issues/1580) which happens in our repo [for sure](https://github.com/delta-io/delta-kernel-rs/actions/runs/12403987305/job/34628440507?pr=607). This just updates to that. ## How was this change tested? --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index acb403d45..a72f3b33f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -227,7 +227,7 @@ jobs: - name: Generate code coverage run: cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json -- --skip read_table_version_hdfs - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: codecov.json fail_ci_if_error: true