From f55a252903b212beaf01f498887a28b505e2592a Mon Sep 17 00:00:00 2001 From: "thegreatgato-renovate[bot]" <260318259+thegreatgato-renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:00:30 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .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 3ac7840..44fe6ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,6 @@ jobs: - name: Upload coverage if: matrix.go-version == '1.26' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: coverage.txt