Skip to content

Commit 262eb25

Browse files
chore(deps): bump dorny/test-reporter from 2.1.1 to 2.3.0 (#10941)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 2.3.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@dc3a926...fe45e95) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85dbb0c commit 262eb25

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@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
23+
uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0
2424
id : test-reports
2525
with:
2626
artifact: /^logs-(.*)/ # Name of artifact to report

0 commit comments

Comments
 (0)