From c36cb476ac6bfc739e2677f68e6757662adf12cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:10:25 +0000 Subject: [PATCH] Update codecov/codecov-action action to v5 --- .github/workflows/onPushSimpleTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onPushSimpleTest.yml b/.github/workflows/onPushSimpleTest.yml index 9a32bed..4029f78 100644 --- a/.github/workflows/onPushSimpleTest.yml +++ b/.github/workflows/onPushSimpleTest.yml @@ -43,7 +43,7 @@ jobs: echo "branch coverage = ${{ steps.jacoco.outputs.branches }}" - name: publish coverage onto codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: target/site/jacoco/jacoco.xml name: codecov