mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-06-07 21:58:06 -04:00
GitHub Actions artifact storage is approaching our quota. Each `make`/build job uploads its rsync binary + manpages, the coverage job uploads its full HTML tree, and Android uploads its dist/ -- 11 jobs producing artifacts per PR/push, all kept for the repo default of 90 days. Set retention-days: 45 explicitly on every upload-artifact step so they expire at half the previous lifetime; older artifacts can still be re-built from the commit if needed. No other workflow behaviour changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>