Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-test-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Test Report
name: Release Test Report
on:
workflow_run:
workflows:
Expand All @@ -13,7 +13,7 @@ jobs:
report:
runs-on: ubuntu-latest
steps:
- uses: dorny/test-reporter@v1
- uses: dorny/test-reporter@v2
with:
artifact: test-results
name: dotnet tests
Expand Down
Loading