From 02dd84dc1b52bc8f41b09261884b26b0265e876d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:50:03 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v4 --- .github/workflows/build-java-service.yaml | 2 +- .github/workflows/ui.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-java-service.yaml b/.github/workflows/build-java-service.yaml index 097e7977..77df5ed0 100644 --- a/.github/workflows/build-java-service.yaml +++ b/.github/workflows/build-java-service.yaml @@ -58,7 +58,7 @@ jobs: name: test-results path: ./services/${{ inputs.service_name }}/build/test-results/ - name: 🔎 Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./services/${{ inputs.service_name }}/build/reports/jacoco/test/jacocoTestReport.xml name: habitcentric/${{ inputs.service_name }} diff --git a/.github/workflows/ui.yaml b/.github/workflows/ui.yaml index 78c5bee0..9b61bddf 100644 --- a/.github/workflows/ui.yaml +++ b/.github/workflows/ui.yaml @@ -46,7 +46,7 @@ jobs: name: test-results path: ./services/ui/junit.xml - name: 🔎 Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./services/ui/coverage/cobertura-coverage.xml name: habitcentric/ui