File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,20 +47,20 @@ jobs:
4747 - name : Test with dotnet (.NET 4.7.2)
4848 run : dotnet test -f net472 --logger trx --collect "Code Coverage" --results-directory "TestResults-net472-${{ matrix.dotnet-version }}" Chinchilla.Logging.Tests.Integration\Chinchilla.Logging.Tests.Integration.csproj
4949 - name : Upload dotnet test results
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : dotnet-net472-results-${{ matrix.dotnet-version }}
5353 path : TestResults-net472-${{ matrix.dotnet-version }}
5454 # Use always() to always run this step to publish test results when there are test failures
5555 if : ${{ always() }}
5656
57- - name : Test with dotnet (.NET Core 6 .0)
58- run : dotnet test -f net6 .0 --logger trx --collect "Code Coverage" --results-directory "TestResults-net60 -${{ matrix.dotnet-version }}" Chinchilla.Logging.Tests.Integration\Chinchilla.Logging.Tests.Integration.csproj
57+ - name : Test with dotnet (.NET Core 8 .0)
58+ run : dotnet test -f net8 .0 --logger trx --collect "Code Coverage" --results-directory "TestResults-net80 -${{ matrix.dotnet-version }}" Chinchilla.Logging.Tests.Integration\Chinchilla.Logging.Tests.Integration.csproj
5959 - name : Upload dotnet test results
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
62- name : dotnet-net60 -results-${{ matrix.dotnet-version }}
63- path : TestResults-net60 -${{ matrix.dotnet-version }}
62+ name : dotnet-net80 -results-${{ matrix.dotnet-version }}
63+ path : TestResults-net80 -${{ matrix.dotnet-version }}
6464 # Use always() to always run this step to publish test results when there are test failures
6565 if : ${{ always() }}
6666
You can’t perform that action at this time.
0 commit comments