Skip to content

Commit fc8f341

Browse files
deps(actions)(deps): Bump dorny/test-reporter in /.github/workflows
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-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e84b154 commit fc8f341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: dotnet build demo --configuration Release --no-restore --verbosity minimal
105105

106106
- name: Publish test results
107-
uses: dorny/test-reporter@v1
107+
uses: dorny/test-reporter@v2
108108
if: success() || failure()
109109
with:
110110
name: Test Results (Release)

0 commit comments

Comments
 (0)