From 27f40a96fcef2fc150eb74728062c60071e8322d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:31:26 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/erlang-parallel-build.yml | 2 +- .github/workflows/erlang-simple-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/erlang-parallel-build.yml b/.github/workflows/erlang-parallel-build.yml index b65d8d9..83c1fdd 100644 --- a/.github/workflows/erlang-parallel-build.yml +++ b/.github/workflows/erlang-parallel-build.yml @@ -276,7 +276,7 @@ jobs: - name: Upload coverage statistics (codecov) if: ${{ inputs.upload-coverage == true }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true files: _build/test/covertool/*.covertool.xml diff --git a/.github/workflows/erlang-simple-build.yml b/.github/workflows/erlang-simple-build.yml index e6d1d19..abe9a07 100644 --- a/.github/workflows/erlang-simple-build.yml +++ b/.github/workflows/erlang-simple-build.yml @@ -162,7 +162,7 @@ jobs: - name: Upload coverage statistics if: ${{ inputs.run-eunit == true || inputs.run-common-test == true }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true files: _build/test/covertool/*.covertool.xml