From 20d8b87620347d5aa724c6c72526449f992d9ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 07:58:03 +0200 Subject: [PATCH] build(deps): bump codecov/codecov-action from 6 to 7 (#1191) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d240dc0..fd0674a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/setup-go@v6 with: { go-version: '1.25' } - run: make test-coverage - - uses: codecov/codecov-action@v6 + - uses: codecov/codecov-action@v7 with: files: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}