File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7979 ${{ matrix.mvn_opts }}
8080
8181 - name : Publish Test Report
82- uses : mikepenz/action-junit-report@v5
82+ uses : mikepenz/action-junit-report@v6
8383 if : always() # always run even if the previous step fails
8484 with :
8585 report_paths : ' **/target/*-reports/TEST-*.xml'
Original file line number Diff line number Diff line change 5050 path : ' **/target/*-reports/*'
5151
5252 - name : Publish Test Report
53- uses : mikepenz/action-junit-report@v5
53+ uses : mikepenz/action-junit-report@v6
5454 if : always() # always run even if the previous step failed or was cancelled
5555 with :
5656 report_paths : ' **/target/*-reports/TEST-*.xml'
Original file line number Diff line number Diff line change 5050 path : ' **/target/*-reports/*'
5151
5252 - name : Publish Test Report
53- uses : mikepenz/action-junit-report@v5
53+ uses : mikepenz/action-junit-report@v6
5454 if : always() # always run even if the previous step failed or was cancelled
5555 with :
5656 report_paths : ' **/target/*-reports/TEST-*.xml'
Original file line number Diff line number Diff line change 5050 path : ' **/target/*-reports/*'
5151
5252 - name : Publish Test Report
53- uses : mikepenz/action-junit-report@v5
53+ uses : mikepenz/action-junit-report@v6
5454 if : always() # always run even if the previous step failed or was cancelled
5555 with :
5656 report_paths : ' **/target/*-reports/TEST-*.xml'
Original file line number Diff line number Diff line change 3737 clean deploy
3838
3939 - name : Publish Test Report
40- uses : mikepenz/action-junit-report@v5
40+ uses : mikepenz/action-junit-report@v6
4141 if : success() || failure() # always run even if the previous step fails
4242 with :
4343 report_paths : ' **/target/*-reports/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments