Previous build runs leave root-owned artifacts in releases/ directory which causes actions/checkout@v4 to fail with EACCES on subsequent runs. - Added sudo rm -rf releases/ before checkout in all 6 self-hosted jobs - Alpine build unaffected (runs in Docker container, clean each run) Co-authored-by: git-echo <git-echo@moon-dragon.us>