File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/Dotnet.Samples.AspNetCore.WebApi Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7171 run : cat coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
7272
7373 - name : Upload Cobertura coverage report artifact
74- uses : actions/upload-artifact@v4.6.2
74+ uses : actions/upload-artifact@v5.0.0
7575 with :
7676 name : cobertura.xml
7777 path : coverage/cobertura.xml
8787 uses : actions/checkout@v5.0.0
8888
8989 - name : Download Cobertura coverage report artifact
90- uses : actions/download-artifact@v5 .0.0
90+ uses : actions/download-artifact@v6 .0.0
9191 with :
9292 name : cobertura.xml
9393
Original file line number Diff line number Diff line change 2121 <PackageReference Include =" FluentValidation.DependencyInjectionExtensions" Version =" 12.1.0" />
2222 <PackageReference Include =" Serilog.AspNetCore" Version =" 9.0.0" />
2323 <PackageReference Include =" Serilog.Settings.Configuration" Version =" 9.0.0" />
24- <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0 " />
24+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.1.1 " />
2525 <PackageReference Include =" Serilog.Sinks.File" Version =" 7.0.0" />
2626 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.1.4" />
2727 </ItemGroup >
Original file line number Diff line number Diff line change 142142 },
143143 "Serilog.Sinks.Console" : {
144144 "type" : " Direct" ,
145- "requested" : " [6.0.0 , )" ,
146- "resolved" : " 6.0.0 " ,
147- "contentHash" : " fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA ==" ,
145+ "requested" : " [6.1.1 , )" ,
146+ "resolved" : " 6.1.1 " ,
147+ "contentHash" : " 8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA ==" ,
148148 "dependencies" : {
149149 "Serilog" : " 4.0.0"
150150 }
You can’t perform that action at this time.
0 commit comments