diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9bdda2fbc..aa56496c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: run: ./mvnw ${MAVEN_CLI_OPTS} -Dkeycloak.version=${{ matrix.env.KEYCLOAK_VERSION }} ${ADJUSTED_RESTEASY_VERSION} clean verify -Pcoverage ${COMPATIBILITY_PROFILE} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 if: github.ref == 'refs/heads/main' with: file: "${{ github.workspace }}/target/site/jacoco/jacoco.xml"