From 95d3d171ef2ec8f61bf6f9f91f8e86c04f0eae2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:20:57 +0000 Subject: [PATCH] chore: update codecov/codecov-action action to v5 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 93f5788e..a50f1ffe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,7 +45,7 @@ jobs: secret/data/products/desktop-modeler/camunda/camunda-bpmn-js CODECOV_TOKEN; - name: Upload coverage if: runner.os == 'Linux' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true env: