From f5e8a100b01c4bb274d6e9ca32beafdd7fd45db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:39:12 +0200 Subject: [PATCH] build(deps): bump codecov/codecov-action from 5 to 6 (#1188) 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 d55eb5b..07f207a 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@v5 + - uses: codecov/codecov-action@v6 with: files: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}