File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ jobs:
195195 --junit-xml=tests/reports/pytest-results.xml
196196
197197 - name : Report | Upload Test Results
198- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
198+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
199199 if : ${{ always() && steps.tests.outcome != 'skipped' }}
200200 with :
201201 report_paths : ./tests/reports/*.xml
@@ -285,7 +285,7 @@ jobs:
285285 retention-days : 1
286286
287287 - name : Report | Upload Test Results
288- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
288+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
289289 if : ${{ always() && steps.tests.outcome != 'skipped' }}
290290 with :
291291 report_paths : ./tests/reports/*.xml
@@ -383,7 +383,7 @@ jobs:
383383 retention-days : 1
384384
385385 - name : Report | Upload Test Results
386- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
386+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
387387 if : ${{ always() && steps.tests.outcome != 'skipped' }}
388388 with :
389389 report_paths : ./tests/reports/*.xml
You can’t perform that action at this time.
0 commit comments