Skip to content

Commit d24130b

Browse files
authored
Merge pull request #4 from DevComputaria/dependabot/github_actions/dorny/test-reporter-2
ci(deps): Bump dorny/test-reporter from 1 to 2
2 parents d65facf + 3c9d2ed commit d24130b

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
@@ -44,7 +44,7 @@ jobs:
4444
run: dotnet test --no-build --configuration Release --verbosity normal --logger trx --results-directory TestResults
4545

4646
- name: Publish test results
47-
uses: dorny/test-reporter@v1
47+
uses: dorny/test-reporter@v2
4848
if: success() || failure()
4949
with:
5050
name: .NET Test Results

0 commit comments

Comments
 (0)