Skip to content

Commit 04ee209

Browse files
authored
Merge branch 'main' into renovate/com.diffplug.spotless-8.x
2 parents e533cba + fb44547 commit 04ee209

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
@@ -33,7 +33,7 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
GITHUB_ACTOR: ${{ github.actor }}
3535
- name: Publish Test Report
36-
uses: mikepenz/action-junit-report@v5
36+
uses: mikepenz/action-junit-report@v6
3737
if: success() || failure() # always run even if the previous step fails
3838
with:
3939
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)