Skip to content

Commit bf1c673

Browse files
chore(deps): update mikepenz/action-junit-report action to v6
1 parent 8cc7949 commit bf1c673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./gradlew macosX64Test macosArm64Test iosSimulatorArm64Test iosX64Test watchosSimulatorArm64Test watchosX64Test tvosSimulatorArm64Test tvosX64Test --stacktrace
5353

5454
- name: Publish Test Report
55-
uses: mikepenz/action-junit-report@v5
55+
uses: mikepenz/action-junit-report@v6
5656
if: always() && github.event_name == 'pull_request'
5757
with:
5858
report_paths: '**/build/test-results/*/TEST-*.xml'

0 commit comments

Comments
 (0)