File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080
8181 - name : Upload test results
8282 if : always()
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : unit-test-results
8686 path : test-results/
@@ -121,7 +121,7 @@ jobs:
121121
122122 - name : Upload Playwright report
123123 if : always()
124- uses : actions/upload-artifact@v4
124+ uses : actions/upload-artifact@v7
125125 with :
126126 name : playwright-report
127127 path : playwright-report/
@@ -130,7 +130,7 @@ jobs:
130130
131131 - name : Upload E2E screenshots
132132 if : always()
133- uses : actions/upload-artifact@v4
133+ uses : actions/upload-artifact@v7
134134 with :
135135 name : e2e-screenshots
136136 path : e2e/screenshots/
Original file line number Diff line number Diff line change 9090 args : --target ${{ matrix.target }}
9191
9292 - name : Upload build artifacts
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v7
9494 with :
9595 name : xplorer-${{ matrix.target }}
9696 path : |
You can’t perform that action at this time.
0 commit comments