diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eefb4a2..16200c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: path: '**/test-results/**/*.xml' - name: Publish Test Report - uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2 + uses: mikepenz/action-junit-report@a9170d5795813c01ab4901ffb045b52bab4ab09d # v6.5.0 if: always() with: report_paths: '**/test-results/**/TEST-*.xml'