Skip to content

Commit 3043540

Browse files
chore(deps): update dorny/test-reporter action to v2
1 parent 1ebf83e commit 3043540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet test --logger "trx;LogFileName=test-results.trx" --no-restore || true
4242

4343
- name: Test Report
44-
uses: dorny/test-reporter@v1
44+
uses: dorny/test-reporter@v2
4545
if: always()
4646
with:
4747
name: DotNET Tests

0 commit comments

Comments
 (0)