Skip to content

Commit 178498c

Browse files
authored
Merge pull request #196 from SimY4/dependabot/github_actions/main/mikepenz/action-junit-report-6
Bump mikepenz/action-junit-report from 5 to 6
2 parents 790224a + 11eb081 commit 178498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: ⚙️ Run build
3333
run: sbt ++${{ matrix.scala }} build
3434
- name: Publish Test Report
35-
uses: mikepenz/action-junit-report@v5
35+
uses: mikepenz/action-junit-report@v6
3636
if: always()
3737
with:
3838
report_paths: "**/target/test-reports/*.xml"

0 commit comments

Comments
 (0)