diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d670df..e0af5a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: path: ./test-reports/ - name: Publish test results - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: always() with: report_paths: "./test-reports/junit.xml"