File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
1818 uses : actions/checkout@v4
1919
2020 - name : Setup .Net 3.1
21- uses : actions/setup-dotnet@v3
21+ uses : actions/setup-dotnet@v4
2222 with :
2323 dotnet-version : ' 3.1.x' # SDK Version to use.
2424
2525 - name : Setup .Net 5.0
26- uses : actions/setup-dotnet@v3
26+ uses : actions/setup-dotnet@v4
2727 with :
2828 dotnet-version : ' 5.0.x' # SDK Version to use.
2929
3030 - name : Setup .Net 6.0
31- uses : actions/setup-dotnet@v3
31+ uses : actions/setup-dotnet@v4
3232 with :
3333 dotnet-version : ' 6.0.x' # SDK Version to use.
3434
@@ -51,15 +51,15 @@ jobs:
5151 dotnet test --no-restore --configuration Release --verbosity normal --framework=${{ matrix.framework }} --logger trx --results-directory "TestResults-${{ matrix.os }}-${{ matrix.framework }}"
5252
5353 - name : Upload dotnet test results
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : dotnet-results-${{ matrix.os }}-${{ matrix.framework }}
5757 path : TestResults-${{ matrix.os }}-${{ matrix.framework }}
5858 # Use always() to always run this step to publish test results when there are test failures
5959 if : ${{ always() }}
6060
6161 # - name: Publish nupkg
62- # uses: actions/upload-artifact@v2
62+ # uses: actions/upload-artifact@v4
6363 # with:
6464 # name: CSRakowski.AsyncStreamsPreparations-nupkg
6565 # path: |
You can’t perform that action at this time.
0 commit comments