From 63caff6c367ac62da7d70edbe5d08aaaa13f8e52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:40:30 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v7 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 21dd6eed..e744deeb 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -43,7 +43,7 @@ jobs: echo "::set-output name=os::${os/-latest/}" echo "::set-output name=node::node_${node//[.*]/}" shell: bash - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v7 with: file: coverage/coverage-final.json flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}