File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989
9090 - name : Upload HTML Report
9191 id : upload
92- uses : actions/upload-artifact@v6
92+ uses : actions/upload-artifact@v7
9393 if : (!cancelled())
9494 with :
9595 name : ${{ steps.name_gen.outputs.REPORT_NAME }}
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237
238238 - name : Upload test report and screenshots
239239 if : always()
240- uses : actions/upload-artifact@v6
240+ uses : actions/upload-artifact@v7
241241 with :
242242 name : claude-test-report-pr-${{ github.event.pull_request.number }}
243243 path : |
@@ -249,7 +249,7 @@ jobs:
249249
250250 - name : Upload Playwright traces (includes video)
251251 if : always()
252- uses : actions/upload-artifact@v6
252+ uses : actions/upload-artifact@v7
253253 with :
254254 name : playwright-traces-pr-${{ github.event.pull_request.number }}
255255 path : /tmp/test_output/traces
Original file line number Diff line number Diff line change 5353 go test -v -race -coverprofile=coverage.out ./...
5454
5555 - name : Upload coverage
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 if : always()
5858 with :
5959 name : cli-coverage-${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214214
215215 - name : Upload test results
216216 if : failure()
217- uses : actions/upload-artifact@v6
217+ uses : actions/upload-artifact@v7
218218 with :
219219 name : cypress-screenshots-pr-${{ github.event.pull_request.number }}
220220 path : e2e/cypress/screenshots
@@ -223,7 +223,7 @@ jobs:
223223
224224 - name : Upload test videos
225225 if : failure()
226- uses : actions/upload-artifact@v6
226+ uses : actions/upload-artifact@v7
227227 with :
228228 name : cypress-videos-pr-${{ github.event.pull_request.number }}
229229 path : e2e/cypress/videos
Original file line number Diff line number Diff line change 7474
7575 - name : Upload session configs
7676 if : steps.query.outputs.session_count != '0'
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v7
7878 with :
7979 name : session-configs
8080 path : /tmp/feedback-loop/sessions.json
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ jobs:
328328
329329 - name : Upload test results
330330 if : failure()
331- uses : actions/upload-artifact@v6
331+ uses : actions/upload-artifact@v7
332332 with :
333333 name : cypress-screenshots-iter${{ github.event.inputs.test_iteration }}
334334 path : e2e/cypress/screenshots
@@ -337,7 +337,7 @@ jobs:
337337
338338 - name : Upload test videos
339339 if : failure()
340- uses : actions/upload-artifact@v6
340+ uses : actions/upload-artifact@v7
341341 with :
342342 name : cypress-videos-iter${{ github.event.inputs.test_iteration }}
343343 path : e2e/cypress/videos
@@ -428,7 +428,7 @@ jobs:
428428
429429 - name : Upload test results JSON
430430 if : always()
431- uses : actions/upload-artifact@v6
431+ uses : actions/upload-artifact@v7
432432 with :
433433 name : e2e-cache-test-results-iter${{ github.event.inputs.test_iteration }}
434434 path : test-results/
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166
167167 - name : Upload HTML Report
168168 if : always()
169- uses : actions/upload-artifact@v6
169+ uses : actions/upload-artifact@v7
170170 with :
171171 name : ${{ steps.report-name.outputs.name }}
172172 path : reports/test-report.html
@@ -241,7 +241,7 @@ jobs:
241241
242242 - name : Upload test results JSON
243243 if : always()
244- uses : actions/upload-artifact@v6
244+ uses : actions/upload-artifact@v7
245245 with :
246246 name : go-cache-test-results-iter${{ github.event.inputs.test_iteration }}
247247 path : test-results/
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Upload test results
242242 if : always()
243- uses : actions/upload-artifact@v6
243+ uses : actions/upload-artifact@v7
244244 with :
245245 name : registry-cache-test-${{ github.event.inputs.component }}-iter${{ github.event.inputs.test_iteration }}
246246 path : test-results/
You can’t perform that action at this time.
0 commit comments