aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dde4a832..bee9d7ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
run: ./mvnw -Pmysql clean package
- name: Run tests (SQL Server)
run: ./mvnw -Psqlserver clean package
- - uses: mikepenz/action-junit-report@v2
+ - uses: mikepenz/action-junit-report@v4
with:
report_paths: "**/target/surefire-reports/TEST-*.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}