diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 93021bd..b4d6558 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -9,7 +9,7 @@ jobs: # If the workflow run was skipped or cancelled this action would fail, generating a test report is unnecessary. if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' }} steps: - - uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2, specifically v2.3.0 + - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2, specifically v2.5.0 with: artifact: '/tests-results(.*)/' name: 'Test report for $1'