diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5c6989f..20f2a08 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -103,7 +103,7 @@ jobs: retention-days: ${{ env.retention_days }} # displays in summary page - name: Publish Test Report - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v6 if: always() # always run even if the previous step fails with: report_paths: 'junit.xml'