Skip to content

Commit f52330b

Browse files
authored
Merge branch 'master' into dependabot/nuget/src/Dotnet.Samples.AspNetCore.WebApi/multi-361fd83db6
2 parents 7ff0a49 + ff7d70f commit f52330b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

src/Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

src/Dotnet.Samples.AspNetCore.WebApi/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@
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
}

0 commit comments

Comments
 (0)