Skip to content

Commit 80c2c4b

Browse files
renovate[bot]rbusarow-bot
authored andcommitted
chore(deps): update mikepenz/action-junit-report action to v5
1 parent df20307 commit 80c2c4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
path: ${{ github.workspace }}/**/build/reports/tests/
280280

281281
- name: Unit test results
282-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
282+
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
283283
if: failure()
284284
with:
285285
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -314,7 +314,7 @@ jobs:
314314
restore-cache-key: main-build-artifacts
315315

316316
- name: Unit test results
317-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
317+
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
318318
if: failure()
319319
with:
320320
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -346,7 +346,7 @@ jobs:
346346
path: ${{ github.workspace }}/**/build/reports/tests/
347347

348348
- name: Integration test results
349-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4
349+
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
350350
if: failure()
351351
with:
352352
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)