From a9df2a0d206d4c76fb18ff81ac0b3f00b6281e45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 04:48:53 +0000 Subject: [PATCH] Update codecov/codecov-action action to v7 --- .github/workflows/test-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-coverage.yml b/.github/workflows/test-and-coverage.yml index 94d408d..3433dce 100644 --- a/.github/workflows/test-and-coverage.yml +++ b/.github/workflows/test-and-coverage.yml @@ -37,7 +37,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: file: ./coverage.txt flags: unittests