Skip to content

Commit

Permalink
Bump codecov/codecov-action from 2.1.0 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 5, 2022
1 parent 9829d2b commit bf7e94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit bf7e94f

Please sign in to comment.