Skip to content

Commit fb44547

Browse files
authored
chore(deps): Update mikepenz/action-junit-report action to v6 (#417)
1 parent af92a67 commit fb44547

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)