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.
1 parent 1a5420a commit 662db60Copy full SHA for 662db60
.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
0 commit comments