Skip to content

Commit 78259f1

Browse files
chore(deps): bump dorny/test-reporter from 2 to 3 in the github-actions group (#1075)
chore(deps): bump dorny/test-reporter in the github-actions group Bumps the github-actions group with 1 update: [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `dorny/test-reporter` from 2 to 3 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v2...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3262fd1 commit 78259f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
retention-days: 3
9393
path: ${{env.TestResultsDirectory}}/**/*
9494
- name: Test Report
95-
uses: dorny/test-reporter@v2
95+
uses: dorny/test-reporter@v3
9696
if: github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork && (success() || failure())
9797
with:
9898
name: test-results-${{steps.set-artifact-name.outputs.artifact_name}}

0 commit comments

Comments
 (0)