|
57 | 57 | - continue-on-error: true
|
58 | 58 | if: always()
|
59 | 59 | name: Upload pants.log
|
60 |
| - uses: actions/upload-artifact@v3 |
| 60 | + uses: actions/upload-artifact@v4 |
61 | 61 | with:
|
62 | 62 | name: logs-wheels-and-pex-Linux-ARM64
|
| 63 | + overwrite: 'true' |
63 | 64 | path: .pants.d/workdir/*.log
|
64 | 65 | - if: needs.release_info.outputs.is-release == 'true'
|
65 | 66 | name: Upload Wheel and Pex
|
@@ -134,9 +135,10 @@ jobs:
|
134 | 135 | - continue-on-error: true
|
135 | 136 | if: always()
|
136 | 137 | name: Upload pants.log
|
137 |
| - uses: actions/upload-artifact@v3 |
| 138 | + uses: actions/upload-artifact@v4 |
138 | 139 | with:
|
139 | 140 | name: logs-wheels-and-pex-Linux-x86_64
|
| 141 | + overwrite: 'true' |
140 | 142 | path: .pants.d/workdir/*.log
|
141 | 143 | - if: needs.release_info.outputs.is-release == 'true'
|
142 | 144 | name: Upload Wheel and Pex
|
@@ -225,9 +227,10 @@ jobs:
|
225 | 227 | - continue-on-error: true
|
226 | 228 | if: always()
|
227 | 229 | name: Upload pants.log
|
228 |
| - uses: actions/upload-artifact@v3 |
| 230 | + uses: actions/upload-artifact@v4 |
229 | 231 | with:
|
230 | 232 | name: logs-wheels-and-pex-macOS10-15-x86_64
|
| 233 | + overwrite: 'true' |
231 | 234 | path: .pants.d/workdir/*.log
|
232 | 235 | - if: needs.release_info.outputs.is-release == 'true'
|
233 | 236 | name: Upload Wheel and Pex
|
@@ -309,9 +312,10 @@ jobs:
|
309 | 312 | - continue-on-error: true
|
310 | 313 | if: always()
|
311 | 314 | name: Upload pants.log
|
312 |
| - uses: actions/upload-artifact@v3 |
| 315 | + uses: actions/upload-artifact@v4 |
313 | 316 | with:
|
314 | 317 | name: logs-wheels-and-pex-macOS11-ARM64
|
| 318 | + overwrite: 'true' |
315 | 319 | path: .pants.d/workdir/*.log
|
316 | 320 | - if: needs.release_info.outputs.is-release == 'true'
|
317 | 321 | name: Upload Wheel and Pex
|
|
0 commit comments