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@v3
23+ uses : actions/setup-dotnet@v4
2424 with :
2525 dotnet-version : |
2626 5.0.x
4242 - name : Checkout sources
4343 uses : actions/checkout@v3
4444 - name : Setup .NET
45- uses : actions/setup-dotnet@v3
45+ uses : actions/setup-dotnet@v4
4646 - uses : actions/download-artifact@v3
4747 with :
4848 name : Code coverage ubuntu-latest
7777 with :
7878 fetch-depth : 0
7979 - name : Setup .NET
80- uses : actions/setup-dotnet@v3
80+ uses : actions/setup-dotnet@v4
8181 - name : Create packages
8282 run : dotnet pack --configuration Release --output ./packages
8383 - name : Upload a Build Artifact
9696 with :
9797 fetch-depth : 0
9898 - name : Setup .NET
99- uses : actions/setup-dotnet@v3
99+ uses : actions/setup-dotnet@v4
100100 - uses : actions/download-artifact@v3
101101 with :
102102 name : NuGet packages
You can’t perform that action at this time.
0 commit comments