We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd25528 + d75ce83 commit ece4bd6Copy full SHA for ece4bd6
.github/workflows/dotnet.yml
@@ -71,7 +71,7 @@ jobs:
71
run: cat coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
72
73
- name: Upload Cobertura coverage report artifact
74
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
75
with:
76
name: cobertura.xml
77
path: coverage/cobertura.xml
@@ -87,7 +87,7 @@ jobs:
87
uses: actions/checkout@v5.0.0
88
89
- name: Download Cobertura coverage report artifact
90
- uses: actions/download-artifact@v5.0.0
+ uses: actions/download-artifact@v6.0.0
91
92
93
0 commit comments