Skip to content

Commit ac1f683

Browse files
kaostobni
authored andcommitted
Bump upload-artifacts, and download-artifacts for node20.
This is a potentially breaking change. See https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md
1 parent 69a475a commit ac1f683

File tree

3 files changed

+67
-42
lines changed

3 files changed

+67
-42
lines changed

.github/workflows/release.yaml

+8-4
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ jobs:
5757
- continue-on-error: true
5858
if: always()
5959
name: Upload pants.log
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: logs-wheels-and-pex-Linux-ARM64
63+
overwrite: 'true'
6364
path: .pants.d/workdir/*.log
6465
- if: needs.release_info.outputs.is-release == 'true'
6566
name: Upload Wheel and Pex
@@ -134,9 +135,10 @@ jobs:
134135
- continue-on-error: true
135136
if: always()
136137
name: Upload pants.log
137-
uses: actions/upload-artifact@v3
138+
uses: actions/upload-artifact@v4
138139
with:
139140
name: logs-wheels-and-pex-Linux-x86_64
141+
overwrite: 'true'
140142
path: .pants.d/workdir/*.log
141143
- if: needs.release_info.outputs.is-release == 'true'
142144
name: Upload Wheel and Pex
@@ -225,9 +227,10 @@ jobs:
225227
- continue-on-error: true
226228
if: always()
227229
name: Upload pants.log
228-
uses: actions/upload-artifact@v3
230+
uses: actions/upload-artifact@v4
229231
with:
230232
name: logs-wheels-and-pex-macOS10-15-x86_64
233+
overwrite: 'true'
231234
path: .pants.d/workdir/*.log
232235
- if: needs.release_info.outputs.is-release == 'true'
233236
name: Upload Wheel and Pex
@@ -309,9 +312,10 @@ jobs:
309312
- continue-on-error: true
310313
if: always()
311314
name: Upload pants.log
312-
uses: actions/upload-artifact@v3
315+
uses: actions/upload-artifact@v4
313316
with:
314317
name: logs-wheels-and-pex-macOS11-ARM64
318+
overwrite: 'true'
315319
path: .pants.d/workdir/*.log
316320
- if: needs.release_info.outputs.is-release == 'true'
317321
name: Upload Wheel and Pex

0 commit comments

Comments
 (0)