File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 - name : Pack
4545 run : dotnet pack --no-build -c Release /p:PackageOutputPath=${{env.BUILD_ARTIFACT_PATH}} /p:ContinuousIntegrationBuild=true -bl:${{env.BUILD_ARTIFACT_PATH}}/msbuild-pack.binlog
4646 - name : Publish artifacts
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v5
4848 if : always()
4949 with :
5050 name : ${{matrix.os}}
5858 - name : Checkout
5959 uses : actions/checkout@v4
6060 - name : Download coverage reports
61- uses : actions/download-artifact@v4
61+ uses : actions/download-artifact@v6
6262 - name : Install ReportGenerator tool
6363 run : dotnet tool install -g dotnet-reportgenerator-globaltool
6464 - name : Prepare coverage reports
6969 file : Cobertura.xml
7070 fail_ci_if_error : false
7171 - name : Save combined coverage report as artifact
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : coverage-report
7575 path : Cobertura.xml
8686 runs-on : ubuntu-latest
8787 steps :
8888 - name : ' Download build'
89- uses : actions/download-artifact@v4
89+ uses : actions/download-artifact@v6
9090 with :
9191 name : ' ubuntu-latest'
9292 - name : ' Add NuGet source'
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 steps :
106106 - name : ' Download build'
107- uses : actions/download-artifact@v4
107+ uses : actions/download-artifact@v6
108108 with :
109109 name : ' ubuntu-latest'
110110 - name : ' Upload NuGet package and symbols'
You can’t perform that action at this time.
0 commit comments