Skip to content

Commit d0581a0

Browse files
authored
Merge pull request #467 from mikepenz/dependabot/github_actions/mikepenz/action-junit-report-6
Bump mikepenz/action-junit-report from 5 to 6
2 parents 1c9106f + f0e87c3 commit d0581a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Publish Test Report
9797
if: false && (failure() || success()) && github.event_name == 'pull_request'
98-
uses: mikepenz/action-junit-report@v5
98+
uses: mikepenz/action-junit-report@v6
9999
with:
100100
report_paths: '**/sample/android/build/test-results/validateDebugScreenshotTest/TEST-*.xml'
101101
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)