Skip to content

Commit 3776ae0

Browse files
committed
GitHub Action: use v4 of junit report
1 parent 6915135 commit 3776ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multiperl-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
JUNIT_TEST_FILE="/tmp/test-output.xml" ALLOW_PASSING_TODOS=1 yath test --renderer=Formatter --renderer=JUnit -D
8585
- name: Publish test report
86-
uses: mikepenz/action-junit-report@v3
86+
uses: mikepenz/action-junit-report@v4
8787
if: always() # always run even if the previous step fails
8888
with:
8989
check_name: JUnit Report (${{ matrix.perl-version }})

0 commit comments

Comments
 (0)