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