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 6b134b5 commit 937b04dCopy full SHA for 937b04d
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
run: dotnet test "${{ env.Test_Proj }}" --no-build --verbosity normal --results-directory ${{ github.workspace }}/_TestResults --logger "trx;logfilename=tests.trx" --filter "TestCategory!~Benchmarks"
63
64
- name: Upload test results
65
- uses: actions/upload-artifact@v2 # upload test results
+ uses: actions/upload-artifact@v4 # upload test results
66
if: success() || failure() # run this step even if previous step failed
67
with:
68
name: examine-test-results
0 commit comments