This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new c794f3926 Update rsync-deployments action version
c794f3926 is described below
commit c794f392616ebe8bf1a2c2984cac673b6fd7d9d5
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Dec 19 08:17:34 2025 +0100
Update rsync-deployments action version
Align with allowed ASF INFRA version
---
.github/workflows/nightlies.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 5b31eae1f..4309051ca 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -60,7 +60,7 @@ jobs:
- name: Package binaries
run: mvn package -f storm-dist/binary/pom.xml -Dgpg.skip
- name: Upload to nightlies.apache.org
- uses:
burnett01/rsync-deployments@0c902521b8b9135f0dae7841a01d7d3b19629cb2 # 8.0.2
+ uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
with:
switches: -avzh --update --delete --progress --include='*.zip'
--include='*.tar.gz' --exclude='*'
path: storm-dist/binary/final-package/target/
@@ -68,4 +68,4 @@ jobs:
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
- remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
\ No newline at end of file
+ remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}