From b0b665d72fb13958dbe0544ef21fcc1874c1d4fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:16:38 +0000 Subject: [PATCH] deps: update codecov/codecov-action action to v6 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8090ab..461479a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - run: make test - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: > !startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'releaser-pleaser--') @@ -62,7 +62,7 @@ jobs: - run: make testacc - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: > !startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'releaser-pleaser--')