diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b97bb5..f7fbc22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: ./gradlew jacocoTestCoverageVerification - name: Publish unit test report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 if: always() with: report_paths: '**/build/test-results/test/TEST-*.xml'