Skip to content

Commit 0e2bee4

Browse files
authored
Merge pull request #14 from jongalloway/dependabot/github_actions/dot-github/workflows/main/dorny/test-reporter-2
deps(actions)(deps): Bump dorny/test-reporter from 1 to 2 in /.github/workflows
2 parents caffd87 + fc8f341 commit 0e2bee4

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)