diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fec935f6a..2f093c2c59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: path: ${{ github.workspace }}/**/build/reports/tests/ - name: Unit test results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -265,7 +265,7 @@ jobs: restore-cache-key: main-build-artifacts - name: Unit test results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -297,7 +297,7 @@ jobs: path: ${{ github.workspace }}/**/build/reports/tests/ - name: Integration test results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }}