From bf7e94f2c0e463ce4c07aeae06087214a07d8479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 19:11:00 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.1.0 to 3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffc0ad721..e189d08a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: ./mvnw ${MAVEN_CLI_OPTS} -Dkeycloak.version=${{ matrix.env.KEYCLOAK_VERSION }} clean verify -Pcoverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2.1.0 + uses: codecov/codecov-action@v3 with: file: "${{ github.workspace }}/target/site/jacoco/jacoco.xml" fail_ci_if_error: ${{ !startsWith(github.event.ref, 'refs/tags/v') }}