|
44 | 44 | run: just test extension coverage "${{ matrix.shardIndex }}/${{ matrix.shardTotal }}" |
45 | 45 |
|
46 | 46 | - name: Upload coverage artifact |
47 | | - uses: actions/upload-artifact@v5 |
| 47 | + uses: actions/upload-artifact@v6 |
48 | 48 | with: |
49 | 49 | name: coverage-${{ matrix.shardIndex }} |
50 | 50 | path: src/extension/coverage/ |
|
85 | 85 | nyc report --reporter=lcov --reporter=text --temp-dir=merged-coverage --report-dir=coverage-report |
86 | 86 |
|
87 | 87 | - name: Upload merged coverage report |
88 | | - uses: actions/upload-artifact@v5 |
| 88 | + uses: actions/upload-artifact@v6 |
89 | 89 | with: |
90 | 90 | name: coverage-report |
91 | 91 | path: coverage-report/ |
@@ -114,15 +114,15 @@ jobs: |
114 | 114 |
|
115 | 115 | - name: Upload blob report |
116 | 116 | if: always() |
117 | | - uses: actions/upload-artifact@v5 |
| 117 | + uses: actions/upload-artifact@v6 |
118 | 118 | with: |
119 | 119 | name: blob-report-${{ matrix.shardIndex }} |
120 | 120 | path: src/view/blob-report/ |
121 | 121 | retention-days: 1 |
122 | 122 |
|
123 | 123 | - name: Upload test traces |
124 | 124 | if: failure() |
125 | | - uses: actions/upload-artifact@v5 |
| 125 | + uses: actions/upload-artifact@v6 |
126 | 126 | with: |
127 | 127 | name: playwright-traces-${{ matrix.shardIndex }} |
128 | 128 | path: src/view/test-results/ |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 | pnpm exec playwright merge-reports --reporter=html ../../all-blob-reports |
157 | 157 |
|
158 | 158 | - name: Upload merged HTML report |
159 | | - uses: actions/upload-artifact@v5 |
| 159 | + uses: actions/upload-artifact@v6 |
160 | 160 | with: |
161 | 161 | name: playwright-report |
162 | 162 | path: src/view/playwright-report/ |
|
0 commit comments