Skip to content

Commit 5e2fff8

Browse files
chore(deps): bump dorny/test-reporter from 2.3.0 to 2.5.0 (#10955)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@fe45e95...b082adf) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2332785 commit 5e2fff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' }}
2121
steps:
2222
- name: Create Test Report
23-
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
23+
uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0
2424
id : test-reports
2525
with:
2626
artifact: /^logs-(.*)/ # Name of artifact to report

0 commit comments

Comments
 (0)