From c9c2f7f6971c05b842f363c99972b2e362d758da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:11:22 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86b29a0..267aecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: -race -v \ -coverprofile=cover.out -covermode atomic -coverpkg ./... - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./cover.out test-wasm: @@ -86,7 +86,7 @@ jobs: -exec=${HOME}/.local/bin/go_js_wasm_exec \ -coverprofile=cover.out -covermode atomic -coverpkg ./... - name: Upload coverage report - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: files: ./cover.out tidy: