AntiPattern

Linked Symlink Package Leakage

linked-symlink-package-leakage

By default, GitHub stores build logs and artifacts for 90 days — For public repositories: you can change this retention period to anywhere between 1 day or 90 days. Tension: the artifacts and log files generated by workflows are retained for 90 days before they are automatically deleted. Outcome: This retention period can be customized. | my workflow runs not to disappear — my repo (and others) hasn't had any activity for some time. Tension: the CI badge says "no status". Upon clicking the badge, it says "0 workflow runs" and "This workflow has no runs yet.". | I suggest to evaluate using a cloud storage tool — If you need to store those logs for audit or other scenarios (a longer retention time). Tension: the artifacts and log files generated by workflows are retained for 90 days before they are automatically deleted. Outcome: store them outside GitHub.