File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2828 assemblyfilters : " -*.AppHost;-CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder.BlazorApp;-*.ServiceDefaults;-CommunityToolkit.Aspire.Testing;-Aspire.Hosting;-Aspire.Hosting.NodeJs;-Aspire.Hosting.SqlServer;-Aspire.Hosting.Python;-Aspire.Hosting.RabbitMQ;-Aspire.Hosting.Redis;-Aspire.Hosting.PostgreSQL;-Aspire.Hosting.MongoDB"
2929
3030 - name : Upload combined coverage XML
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v5
3232 with :
3333 name : coverage
3434 path : ${{ github.workspace }}/report
4848 thresholds : " 60 80"
4949
5050 - name : Upload combined coverage markdown
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : coverage-markdown
5454 path : ${{ github.workspace }}/code-coverage-results.md
Original file line number Diff line number Diff line change 9494 --verbosity Information
9595
9696 - name : Upload Signed Packages as Artifacts (for release)
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v5
9898 with :
9999 name : signed-nuget-packages
100100 if-no-files-found : error
Original file line number Diff line number Diff line change 8989 --verbosity Information
9090
9191 - name : Upload Signed Packages as Artifacts (for release)
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : signed-nuget-packages
9595 if-no-files-found : error
Original file line number Diff line number Diff line change 4444 dotnet pack $PACK_ARGS
4545
4646 - name : Publish NuGet packages as artifacts
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v5
4848 with :
4949 name : nuget-packages
5050 path : ./nuget
5656 echo "$GITHUB_SUMMARY" >> $GITHUB_STEP_SUMMARY
5757
5858 - name : Upload Package List
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 if : ${{ runner.os == 'linux' }}
6161 with :
6262 name : nuget-list
Original file line number Diff line number Diff line change @@ -121,21 +121,21 @@ jobs:
121121
122122 - name : Upload bin log artifact
123123 if : always()
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v5
125125 with :
126126 name : binlog-${{ matrix.name }}-${{ matrix.os }}
127127 path : " **/*.binlog"
128128
129129 - name : Upload test results artifact
130130 if : always()
131- uses : actions/upload-artifact@v4
131+ uses : actions/upload-artifact@v5
132132 with :
133133 name : testresults-${{ matrix.name }}-${{ matrix.os }}
134134 path : testresults/**
135135
136136 - name : Upload npm logs if failed
137137 if : failure()
138- uses : actions/upload-artifact@v4
138+ uses : actions/upload-artifact@v5
139139 with :
140140 name : npm-logs-${{ matrix.name }}-${{ matrix.os }}
141141 path : ${{ runner.os == 'Windows' && 'C:\\npm\\cache\\_logs\\**' || '~/.npm/cache/_logs/**' }}
You can’t perform that action at this time.
0 commit comments