From 2d80e926f78b3df642a4c298d2abbea71c1416f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 05:37:31 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .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 dbd9815..da3b8ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -278,7 +278,7 @@ jobs: run: cargo tarpaulin --out Xml --all-features --timeout 300 - name: Upload to codecov.io - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: ./cobertura.xml flags: unit,integration