Skip to content

Commit 77b2de6

Browse files
Update actions/upload-artifact action to v3 (#332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 53b3061 commit 77b2de6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Pack
8181
run: dotnet pack --no-build -c Release /p:PackageOutputPath=${{env.BUILD_ARTIFACT_PATH}}
8282
- name: Publish artifacts
83-
uses: actions/upload-artifact@v2
83+
uses: actions/upload-artifact@v3
8484
with:
8585
name: ${{matrix.os}}
8686
path: ${{env.BUILD_ARTIFACT_PATH}}
@@ -104,7 +104,7 @@ jobs:
104104
file: Cobertura.xml
105105
fail_ci_if_error: false
106106
- name: Save combined coverage report as artifact
107-
uses: actions/upload-artifact@v2
107+
uses: actions/upload-artifact@v3
108108
with:
109109
name: coverage-report
110110
path: Cobertura.xml

0 commit comments

Comments
 (0)