We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1328190 commit ecb45bdCopy full SHA for ecb45bd
1 file changed
.github/workflows/code-coverage.yml
@@ -45,7 +45,7 @@ jobs:
45
dotnet reportgenerator -reports:${{ github.workspace }}/Tests/Coverage.cobertura.xml -targetdir:"${{ github.workspace }}/Tests/coveragereport" -reporttypes:Html
46
47
- name: Archive code coverage results
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: code-coverage-report
51
path: ${{ github.workspace }}/Tests/
0 commit comments