Skip to content

Commit

Permalink
Use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Sep 10, 2024
1 parent 46d0636 commit 07220be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
# Install Node.js to fix compatibility issue for upload-artifact@v4 on centos-7.
curl -sL https://rpm.nodesource.com/setup_14.x | bash -
yum install -y nodejs
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: velox-native-lib-centos-7-${{github.sha}}
path: ./cpp/build/releases/
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: arrow-jars-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/
Expand Down

0 comments on commit 07220be

Please sign in to comment.