Skip to content

Commit fc85e7d

Browse files
authored
Merge pull request #11091 from neinteractiveliterature/renovate/mikepenz-action-junit-report-6.x
Update mikepenz/action-junit-report action to v6
2 parents bc2d56e + eef9b15 commit fc85e7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: build
4949
run: COVERAGE=true yarn run test
5050
- name: Publish Test Report
51-
uses: mikepenz/action-junit-report@v5
51+
uses: mikepenz/action-junit-report@v6
5252
if: always() # always run even if the previous step fails
5353
with:
5454
check_name: 'Vitest Report'
@@ -105,7 +105,7 @@ jobs:
105105
- name: Run tests
106106
run: TERM=xterm-color bundle exec rails test
107107
- name: Publish Test Report
108-
uses: mikepenz/action-junit-report@v5
108+
uses: mikepenz/action-junit-report@v6
109109
if: always() # always run even if the previous step fails
110110
with:
111111
check_name: 'Minitest Report'

0 commit comments

Comments
 (0)