This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 956fb34e60 [GLUTEN-9860][VL] Fix nightly upload action (#10373)
956fb34e60 is described below
commit 956fb34e6034b35c1a37c2a927aa3e63d755ad4d
Author: Yuan <[email protected]>
AuthorDate: Fri Aug 8 21:24:11 2025 +0100
[GLUTEN-9860][VL] Fix nightly upload action (#10373)
This patch updated the apache nightly sync action. The action with version
tag we used are banned
···
burnett01/[email protected] is not allowed to be used in
apache/incubator-gluten
···
https://github.com/apache/incubator-gluten/actions/runs/16764175107
Signed-off-by: Yuan <[email protected]>
---
.github/workflows/velox_nightly.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/velox_nightly.yml
b/.github/workflows/velox_nightly.yml
index 4b11cba190..5ea395bb03 100644
--- a/.github/workflows/velox_nightly.yml
+++ b/.github/workflows/velox_nightly.yml
@@ -108,7 +108,7 @@ jobs:
path: package/target/gluten-velox-bundle-*.jar
retention-days: 7
- name: rsync to apache nightly
- uses: burnett01/[email protected]
+ uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
with:
switches: -avzr
path: package/target/gluten-velox-bundle-*.jar
@@ -157,7 +157,7 @@ jobs:
path: package/target/gluten-velox-bundle-*.jar
retention-days: 7
- name: rsync to apache nightly
- uses: burnett01/[email protected]
+ uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
with:
switches: -avzr
path: package/target/gluten-velox-bundle-*.jar
@@ -298,7 +298,7 @@ jobs:
name: nightly-gluten-velox-bundle-package-jdk8-arm64-${{
steps.date.outputs.date }}
path: package/
- name: rsync to apache nightly
- uses: burnett01/[email protected]
+ uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
with:
switches: -avzr
path: package/gluten-velox-bundle-*.jar
@@ -321,7 +321,7 @@ jobs:
name: nightly-gluten-velox-bundle-package-jdk17-arm64-${{
steps.date.outputs.date }}
path: package/
- name: rsync to apache nightly
- uses: burnett01/[email protected]
+ uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
with:
switches: -avzr
path: package/gluten-velox-bundle-*.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]