Skip to content

Commit c402583

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)