|
22 | 22 | run: npx playwright install --with-deps |
23 | 23 | - name: Run Playwright tests |
24 | 24 | run: npm run test |
25 | | - - uses: actions/upload-artifact@v4 |
| 25 | + - uses: actions/upload-artifact@v5 |
26 | 26 | if: ${{ !cancelled() }} |
27 | 27 | with: |
28 | 28 | name: playwright-report |
|
45 | 45 | run: npx playwright install --with-deps |
46 | 46 | - name: Run Playwright tests |
47 | 47 | run: npm run test |
48 | | - - uses: actions/upload-artifact@v4 |
| 48 | + - uses: actions/upload-artifact@v5 |
49 | 49 | if: ${{ !cancelled() }} |
50 | 50 | with: |
51 | 51 | name: playwright-report |
|
69 | 69 | run: npx playwright install --with-deps |
70 | 70 | - name: Run Playwright tests |
71 | 71 | run: npm run test |
72 | | - - uses: actions/upload-artifact@v4 |
| 72 | + - uses: actions/upload-artifact@v5 |
73 | 73 | if: ${{ !cancelled() }} |
74 | 74 | with: |
75 | 75 | name: playwright-report |
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | working-directory: ./packages/core/typescript/itk-wasm |
136 | 136 | run: pnpm run test:browser |
137 | 137 |
|
138 | | - - uses: actions/upload-artifact@v4 |
| 138 | + - uses: actions/upload-artifact@v5 |
139 | 139 | if: ${{ !cancelled() }} |
140 | 140 | with: |
141 | 141 | name: playwright-report-itk-wasm |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | working-directory: packages/${{ matrix.package }}/typescript |
210 | 210 | run: pnpm run test:browser |
211 | 211 |
|
212 | | - - uses: actions/upload-artifact@v4 |
| 212 | + - uses: actions/upload-artifact@v5 |
213 | 213 | if: ${{ !cancelled() }} |
214 | 214 | with: |
215 | 215 | name: playwright-report-${{ matrix.package }} |
@@ -257,7 +257,7 @@ jobs: |
257 | 257 | - name: Run Playwright tests |
258 | 258 | run: pnpm run test |
259 | 259 |
|
260 | | - - uses: actions/upload-artifact@v4 |
| 260 | + - uses: actions/upload-artifact@v5 |
261 | 261 | if: ${{ !cancelled() }} |
262 | 262 | with: |
263 | 263 | name: playwright-report-hello-world |
|
0 commit comments