Skip to content

Commit ece4bd6

Browse files
authored
Merge branch 'master' into dependabot/nuget/src/Dotnet.Samples.AspNetCore.WebApi/serilog-602f419b37
2 parents bd25528 + d75ce83 commit ece4bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)