diff --git a/.github/workflows/gradle-library.yml b/.github/workflows/gradle-library.yml index f388eb4..fbfb4e9 100644 --- a/.github/workflows/gradle-library.yml +++ b/.github/workflows/gradle-library.yml @@ -150,7 +150,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3.8.0 + uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4.2.1 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.multi-module && '*/build/test-results/**/*.xml' || 'build/test-results/**/*.xml' }}" diff --git a/.github/workflows/gradle-service.yml b/.github/workflows/gradle-service.yml index 2958250..1e9ecce 100644 --- a/.github/workflows/gradle-service.yml +++ b/.github/workflows/gradle-service.yml @@ -141,7 +141,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3.8.0 + uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4.2.1 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.multi-module && '*/build/test-results/**/*.xml' || 'build/test-results/**/*.xml' }}" diff --git a/.github/workflows/play-service.yml b/.github/workflows/play-service.yml index 9006016..f666e36 100644 --- a/.github/workflows/play-service.yml +++ b/.github/workflows/play-service.yml @@ -111,7 +111,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3.8.0 + uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4.2.1 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.junit-test-folder }}/*.xml" diff --git a/.github/workflows/sbt-library.yml b/.github/workflows/sbt-library.yml index b2985e4..38618bc 100644 --- a/.github/workflows/sbt-library.yml +++ b/.github/workflows/sbt-library.yml @@ -75,7 +75,7 @@ jobs: # https://github.com/marketplace/actions/junit-report-action - name: Publish Test Report - uses: mikepenz/action-junit-report@150e2f992e4fad1379da2056d1d1c279f520e058 # v3.8.0 + uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4.2.1 if: always() # always run even if the previous step fails with: report_paths: "${{ inputs.junit-test-folder }}/*.xml"