Skip to content

Commit

Permalink
[VL][1.2] Upgrade GHA artifacts version to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
weiting-chen committed Sep 20, 2024
1 parent c82af60 commit db8a5ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
run: |
source dev/ci-velox-buildstatic.sh
- name: Upload Artifact Native
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: ./cpp/build/releases/
name: velox-native-lib-centos-7-${{github.sha}}
- name: Upload Artifact Arrow Jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: /root/.m2/repository/org/apache/arrow/
name: velox-arrow-jar-centos-7-${{github.sha}}
Expand Down Expand Up @@ -621,19 +621,19 @@ jobs:
run: |
cd ./cpp/build && \
ctest -V
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: velox-native-lib-centos-8-${{github.sha}}
path: ./cpp/build/releases/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: udf-example-lib-centos-8-${{github.sha}}
path: ./cpp/build/velox/udf/examples/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: benchmark-centos-8-${{github.sha}}
path: ./cpp/build/velox/benchmarks/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: arrow-jars-centos-8-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
Expand Down

0 comments on commit db8a5ed

Please sign in to comment.