Skip to content

Commit ac8b53e

Browse files
chore(deps): update mikepenz/action-junit-report action to v6
1 parent 6aa74a2 commit ac8b53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global user.name "GitHub Actions"
2525
./gradlew build --no-daemon --stacktrace
2626
- name: Publish Test Report
27-
uses: mikepenz/action-junit-report@v5
27+
uses: mikepenz/action-junit-report@v6
2828
if: always()
2929
with:
3030
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)