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 53b3061 commit 77b2de6Copy full SHA for 77b2de6
1 file changed
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Pack
81
run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{env.BUILD_ARTIFACT_PATH}}
82
- name: Publish artifacts
83
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
84
with:
85
name: ${{matrix.os}}
86
path: ${{env.BUILD_ARTIFACT_PATH}}
@@ -104,7 +104,7 @@ jobs:
104
file: Cobertura.xml
105
fail_ci_if_error: false
106
- name: Save combined coverage report as artifact
107
108
109
name: coverage-report
110
path: Cobertura.xml
0 commit comments