Skip to content

Commit 53f0050

Browse files
richoxzhangli20
andauthored
fix ci: update to actions/upload-artifact@v4 (#757)
Co-authored-by: zhangli20 <zhangli20@kuaishou.com>
1 parent b47a3d4 commit 53f0050

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-ce7-releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ jobs:
4747
with:
4848
name: blaze-engine-${{matrix.sparkver}}-release-${{ matrix.blazever }}-SNAPSHOT-ce7-${{ steps.commit.outputs.short }}.jar
4949
path: target-docker/blaze-engine-${{matrix.sparkver}}-release-${{ matrix.blazever }}-SNAPSHOT.jar
50+
overwrite: true

.github/workflows/tpcds-reusable.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
name: validator
3030
path: target/tpcds-validator_2.12-0.1.0-SNAPSHOT-with-dependencies.jar
31+
overwrite: true
3132

3233
build-blaze-jar:
3334
name: Build Blaze JAR
@@ -60,6 +61,7 @@ jobs:
6061
with:
6162
name: blaze-engine-${{ inputs.sparkver }}
6263
path: target/blaze-engine-${{ inputs.sparkver }}-pre-*-SNAPSHOT.jar
64+
overwrite: true
6365

6466
setup-spark:
6567
name: Setup Spark
@@ -100,10 +102,10 @@ jobs:
100102
steps:
101103
- uses: actions/checkout@v4
102104

103-
- uses: actions/download-artifact@v3
105+
- uses: actions/download-artifact@v4
104106
with: {name: validator}
105107

106-
- uses: actions/download-artifact@v3
108+
- uses: actions/download-artifact@v4
107109
with:
108110
name: blaze-engine-${{ inputs.sparkver }}
109111

0 commit comments

Comments
 (0)