We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0646b9 commit 30e32f1Copy full SHA for 30e32f1
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: dotnet restore
28
- run: dotnet build --configuration Release --no-restore
29
- run: dotnet test --no-restore --verbosity normal --logger trx --results-directory "testresults"
30
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
31
with:
32
path: testresults
33
# Use always() to always run this step to publish test results when there are test failures
0 commit comments