diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffac5930..60b7eb62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,7 +182,7 @@ jobs: run: pnpm test - name: Publish test report - uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6.4.1 + uses: mikepenz/action-junit-report@d9f48fc87bc235f7e214acf696ca5abc0a986f16 # v6.4.2 if: success() || failure() # always run even if the previous step fails with: report_paths: 'report.xml'