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 6dceee2 commit 8c62444Copy full SHA for 8c62444
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run tests
30
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
31
- name: Upload coverage
32
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
33
with:
34
name: Code coverage ${{ matrix.os }}
35
path: "**/coverage.cobertura.xml"
@@ -80,7 +80,7 @@ jobs:
80
- name: Create packages
81
run: dotnet pack --configuration Release --output ./packages
82
- name: Upload a Build Artifact
83
84
85
name: NuGet packages
86
path: packages/*.*
0 commit comments