diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38f3b23..320370b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: name: ${{ matrix.os }}-unit-test-report - name: Comment unit test report if: ${{ hashFiles('**/test-results/**/*.xml') != '' }} - uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0 + uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1 with: report_paths: '**/test-results/**/*.xml' check_name: Unit test report (${{ matrix.os }})