Skip to content

Commit 4be3dde

Browse files
Bump dorny/test-reporter from 1 to 2
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v1...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae1d0f7 commit 4be3dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
report:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: dorny/test-reporter@v1
11+
- uses: dorny/test-reporter@v2
1212
with:
1313
artifact: test-results # Artifact name, ref CI Job
1414
name: JUnit Tests

0 commit comments

Comments
 (0)