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 1818 with :
1919 fetch-depth : 0
2020 - name : Setup .NET
21- uses : actions/setup-dotnet@v3
21+ uses : actions/setup-dotnet@v4
2222 with :
2323 dotnet-version : |
2424 3.1.x
4141 - name : Checkout sources
4242 uses : actions/checkout@v4
4343 - name : Setup .NET
44- uses : actions/setup-dotnet@v3
44+ uses : actions/setup-dotnet@v4
4545 - uses : actions/download-artifact@v3
4646 with :
4747 name : Code coverage ubuntu-latest
7676 with :
7777 fetch-depth : 0
7878 - name : Setup .NET
79- uses : actions/setup-dotnet@v3
79+ uses : actions/setup-dotnet@v4
8080 - name : Create packages
8181 run : dotnet pack --configuration Release --output ./packages
8282 - name : Upload a Build Artifact
@@ -102,7 +102,7 @@ jobs:
102102 with :
103103 fetch-depth : 0
104104 - name : Setup .NET
105- uses : actions/setup-dotnet@v3
105+ uses : actions/setup-dotnet@v4
106106 - uses : actions/download-artifact@v3
107107 with :
108108 name : NuGet packages
You can’t perform that action at this time.
0 commit comments