From 13b708de0bc505ee2a1e1f40d1bf39828bb8691f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:33:03 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1056b1c5..448cfacc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,6 +55,6 @@ jobs: echo "os=${os/-latest/}" >> $GITHUB_OUTPUT echo "node=node_${node/.*.*/}" >> $GITHUB_OUTPUT shell: bash - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: flags: ${{ steps.test-coverage-flags.outputs.os }},${{ steps.test-coverage-flags.outputs.node }}