From e4d769ee848756a62e36efec2e7451832b49df0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 02:02:27 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/blockchain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blockchain.yml b/.github/workflows/blockchain.yml index ece7e316d3..930b421616 100644 --- a/.github/workflows/blockchain.yml +++ b/.github/workflows/blockchain.yml @@ -200,7 +200,7 @@ jobs: # TODO: figure out if we need a token - name: Upload coverage to codecov if: always() - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 - name: Fail if there are failed tests if: steps.unit-tests-summary.outputs.failed > 0 run: |