File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222 - name : Setup .NET
23- uses : actions/setup-dotnet@v4
23+ uses : actions/setup-dotnet@v5
2424 with :
2525 dotnet-version : |
2626 8.0.x
4040 - name : Checkout sources
4141 uses : actions/checkout@v4
4242 - name : Setup .NET
43- uses : actions/setup-dotnet@v4
43+ uses : actions/setup-dotnet@v5
4444 - uses : actions/download-artifact@v4
4545 with :
4646 name : Code coverage ubuntu-latest
7575 with :
7676 fetch-depth : 0
7777 - name : Setup .NET
78- uses : actions/setup-dotnet@v4
78+ uses : actions/setup-dotnet@v5
7979 - name : Create packages
8080 run : dotnet pack --configuration Release --output ./packages
8181 - name : Upload a Build Artifact
9494 with :
9595 fetch-depth : 0
9696 - name : Setup .NET
97- uses : actions/setup-dotnet@v4
97+ uses : actions/setup-dotnet@v5
9898 - uses : actions/download-artifact@v4
9999 with :
100100 name : NuGet packages
You can’t perform that action at this time.
0 commit comments