From e96c32bf9ae4b9c01a845779516e416645e3d576 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:52:45 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .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 4c77cfe..45a0c73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,6 +129,6 @@ jobs: - name: Run cargo-tarpaulin run: cargo tarpaulin --verbose --all-features --workspace --ignore-tests --out Xml - name: Upload to CodeCov - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.2 with: token: ${{secrets.CODECOV_TOKEN}}