From 10a7c205fc9790c017b3af15d17cb32208733e62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:37:05 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .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 5e8004b7..6132c54a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -56,7 +56,7 @@ jobs: echo "os=${os/-latest/}" >> $GITHUB_OUTPUT echo "node=node_${node//[.*]/}" >> $GITHUB_OUTPUT shell: bash - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: coverage/coverage-final.json flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}