From b285690ebb7a2cbcf1ea55a24b29362186e8de31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:18:38 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .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 42fca4d..1a7f846 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: -race -v \ -coverprofile=cover.out -covermode atomic -coverpkg ./... - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./cover.out test-wasm: @@ -70,7 +70,7 @@ jobs: -exec=${HOME}/.local/bin/go_js_wasm_exec \ -coverprofile=cover.out -covermode atomic -coverpkg ./... - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./cover.out tidy: