From b99f51740736e4af0eb41da6484355008252d9ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 02:26:33 +0000 Subject: [PATCH] ci(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 b10d411..c256d62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v22 - uses: DeterminateSystems/magic-nix-cache-action@v13 - run: nix develop --command make test - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: coverage.out token: ${{ secrets.CODECOV_TOKEN }}