This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch ci/rsync-deployments-9.0.1
in repository https://gitbox.apache.org/repos/asf/storm.git

commit e28e7a088b20a7a204b4020e84f427a7e3268ce8
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Sep 18 19:22:00 2026 +0200

    Bump burnett01/rsync-deployments to 9.0.1
    
    8.0.5 is not on the ASF allow list for GitHub Actions, so the nightly
    upload job cannot run with it. Pin the approved 9.0.1 commit instead.
    v9 only moves the action to a newer Alpine base image and rsync; the
    inputs used by the workflow are unchanged.
---
 .github/workflows/nightlies.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 0de2adb20..bcfdc12ba 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -52,7 +52,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@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 #v8.0.5
+        uses: 
burnett01/rsync-deployments@155b6d6c1219ab2224c20c58d423a3f1b850395f #v9.0.1
         with:
           switches: -avzh --update --delete --progress --include='*.zip' 
--include='*.tar.gz' --exclude='*'
           path: storm-dist/binary/final-package/target/

Reply via email to