diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e28c4b67d..552e63fc34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -253,10 +253,14 @@ jobs: arguments: coveralls java: ${{ env.PUBLISH_JDK }} continue-on-error: true - - name: Publish to Codecov + - name: Publish to Codecov (coverage) uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} + - name: Publish to Codecov (test results) + uses: codecov/test-results-action@1b5b448b98e58ba90d1a1a1d9fcb72ca2263be46 # v1.0.0 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Publish to Codacy uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0 with: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2d575350b9..c1a0fc0842 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -96,7 +96,7 @@ versions = "0.51.0" xz = "1.10" ycsb = "0.17.0" zero-allocation-hashing = "0.26ea0" -zstd = "1.5.6-5" +zstd = "1.5.6-6" [libraries] asm-bom = { module = "org.ow2.asm:asm-bom", version.ref = "asm" }