diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23e063c..cb252cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: - name: Test run: make test - name: Publish Test Report - uses: mikepenz/action-junit-report@v2 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: report_paths: '/junit.xml'