|
54 | 54 | run: npm run build:${{ matrix.target }} |
55 | 55 | - name: artifact build result |
56 | 56 | # see https://github.com/actions/upload-artifact |
57 | | - uses: actions/upload-artifact@v4 |
| 57 | + uses: actions/upload-artifact@v5 |
58 | 58 | with: |
59 | 59 | name: dist.${{ matrix.target }} |
60 | 60 | path: dist.${{ matrix.target }} |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | eslint-report: ${{ env.REPORTS_DIR }}/eslint.json |
127 | 127 | - name: artifact eslint result |
128 | 128 | # see https://github.com/actions/upload-artifact |
129 | | - uses: actions/upload-artifact@v4 |
| 129 | + uses: actions/upload-artifact@v5 |
130 | 130 | if: ${{ failure() }} |
131 | 131 | with: |
132 | 132 | name: ${{ env.STANDARD_REPORTS_ARTIFACT }} |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | - name: artifact test reports |
231 | 231 | if: ${{ ! cancelled() }} |
232 | 232 | # see https://github.com/actions/upload-artifact |
233 | | - uses: actions/upload-artifact@v4 |
| 233 | + uses: actions/upload-artifact@v5 |
234 | 234 | with: |
235 | 235 | name: '${{ env.TESTS_REPORTS_ARTIFACT }}_regular_${{ matrix.os }}_node${{ matrix.node-version }}' |
236 | 236 | path: ${{ env.REPORTS_DIR }} |
@@ -279,7 +279,7 @@ jobs: |
279 | 279 | - name: artifact test reports |
280 | 280 | if: ${{ ! cancelled() }} |
281 | 281 | # see https://github.com/actions/upload-artifact |
282 | | - uses: actions/upload-artifact@v4 |
| 282 | + uses: actions/upload-artifact@v5 |
283 | 283 | with: |
284 | 284 | name: '${{ env.TESTS_REPORTS_ARTIFACT }}_no-opt_${{ matrix.os }}_node${{ matrix.node-version }}' |
285 | 285 | path: ${{ env.REPORTS_DIR }} |
|
0 commit comments