We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1dd14 commit 53039e3Copy full SHA for 53039e3
1 file changed
.github/workflows/dotnet-build.yml
@@ -53,7 +53,7 @@ jobs:
53
env:
54
VERSION_SUFFIX: ${{ github.ref != 'refs/heads/main' && github.sha || '' }}
55
- name: 'Upload Code Coverage'
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
with:
58
name: code-coverage
59
path: ./lib/*/TestResults/*/coverage.cobertura.xml
0 commit comments