Skip to content

Commit

Permalink
Merge tag '2.3.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLepold committed Jul 12, 2024
2 parents e46ac83 + 78f7858 commit 4713137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@master

- uses: actions/setup-dotnet@v1
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

Expand All @@ -25,7 +25,7 @@ jobs:
run: dotnet test --test-adapter-path:. --logger:"junit;LogFilePath=./artifacts/test-output.xml"

- name: Publish unit test results
uses: EnricoMi/publish-unit-test-result-action@v1.6
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4713137

Please sign in to comment.