From 4db12a71c25d2ce1f0d235679c26b6c73ab730ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:14:46 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from 4 to 5 Dependabot couldn't find the original pull request head commit, 938e44af519df4aff261abf43fef0c2bb7caa49c. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51d7ee7b..30784b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: - name: Generate code coverage run: cargo llvm-cov --lcov --output-path lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: disable_safe_directory: true files: lcov.info