File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 6363
6464 - name : Upload Backend Test Results
6565 if : always()
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : accounting-backend-test-results
6969 path : |
@@ -100,15 +100,15 @@ jobs:
100100
101101 - name : Upload UI Test Results
102102 if : always()
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v5
104104 with :
105105 name : accounting-ui-test-results
106106 path : test-results/accounting-ui*
107107 if-no-files-found : ignore
108108
109109 - name : Upload Playwright HTML Report
110110 if : failure()
111- uses : actions/upload-artifact@v4
111+ uses : actions/upload-artifact@v5
112112 with :
113113 name : accounting-playwright-report
114114 path : playwright-report
Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ jobs:
8787
8888 - name : Upload Debug APK
8989 if : github.event.inputs.build_type == 'debug' || github.event.inputs.build_type == ''
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v5
9191 with :
9292 name : android-debug-apk
9393 path : android/app/build/outputs/apk/debug/app-debug.apk
9494 retention-days : 30
9595
9696 - name : Upload Release AAB
9797 if : github.event.inputs.build_type == 'release' || startsWith(github.ref, 'refs/tags/v')
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v5
9999 with :
100100 name : android-release-aab
101101 path : android/app/build/outputs/bundle/release/app-release.aab
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181181 npx playwright test --config=playwright.azure.config.ts --project=webkit --reporter=html --reporter=list
182182
183183 - name : Upload TRX artifacts
184- uses : actions/upload-artifact@v4
184+ uses : actions/upload-artifact@v5
185185 with :
186186 name : test-results
187187 path : |
@@ -190,23 +190,23 @@ jobs:
190190
191191 - name : Upload Accounting UI Test Results
192192 if : always()
193- uses : actions/upload-artifact@v4
193+ uses : actions/upload-artifact@v5
194194 with :
195195 name : accounting-ui-test-results
196196 path : test-results/accounting-ui*
197197 if-no-files-found : ignore
198198
199199 - name : Upload Playwright Report
200200 if : always()
201- uses : actions/upload-artifact@v4
201+ uses : actions/upload-artifact@v5
202202 with :
203203 name : playwright-report-azure
204204 path : playwright-report
205205 if-no-files-found : ignore
206206
207207 - name : Upload E2E Test Videos
208208 if : always()
209- uses : actions/upload-artifact@v4
209+ uses : actions/upload-artifact@v5
210210 with :
211211 name : e2e-test-videos
212212 path : test-results/**/video.webm
Original file line number Diff line number Diff line change 6767 echo "::notice::WASM bundle size: $WASM_SIZE"
6868
6969 - name : Upload build artifacts
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v5
7171 with :
7272 name : blazor-wasm-build
7373 path : publish/wwwroot
@@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Upload test results
115115 if : always()
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v5
117117 with :
118118 name : playwright-report
119119 path : playwright-report/
@@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Upload k6 results
158158 if : always()
159- uses : actions/upload-artifact@v4
159+ uses : actions/upload-artifact@v5
160160 with :
161161 name : k6-results
162162 path : k6/results/
Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ jobs:
7272
7373 - name : Upload Playwright HTML report
7474 if : always()
75- uses : actions/upload-artifact@v4
75+ uses : actions/upload-artifact@v5
7676 with :
7777 name : playwright-report
7878 path : playwright-report
7979
8080 - name : Upload Playwright test-results
8181 if : always()
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : test-results
8585 path : test-results
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134
135135 - name : Upload Test Results
136136 if : always()
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 with :
139139 name : test-results
140140 path : |
Original file line number Diff line number Diff line change @@ -51,15 +51,15 @@ jobs:
5151
5252 - name : Upload Playwright report (on failure)
5353 if : failure()
54- uses : actions/upload-artifact@v4
54+ uses : actions/upload-artifact@v5
5555 with :
5656 name : playwright-report
5757 path : playwright-report
5858 if-no-files-found : ignore
5959
6060 - name : Upload Accounting Test Results
6161 if : always()
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 with :
6464 name : accounting-test-results
6565 path : test-results/accounting-ui*
Original file line number Diff line number Diff line change 5050 dotnet test ai_mate_blazor.Tests -c Release --logger "trx;LogFileName=blazor.tests.trx"
5151
5252 - name : Upload TRX artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : pr-test-results
5656 path : |
Original file line number Diff line number Diff line change 7878
7979 - name : Upload scan results
8080 if : always()
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : supply-chain-scan-results
8484 path : |
@@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Upload ZAP results
159159 if : always()
160- uses : actions/upload-artifact@v4
160+ uses : actions/upload-artifact@v5
161161 with :
162162 name : zap-scan-results
163163 path : |
Original file line number Diff line number Diff line change 3333 dotnet test ai_mate_blazor.Tests -c Release --logger "trx;LogFileName=blazor.tests.trx"
3434
3535 - name : Upload TRX artifacts
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@v5
3737 with :
3838 name : test-results
3939 path : |
You can’t perform that action at this time.
0 commit comments