GitHub Action Artifacts are removed after [90 days](https://github.community/t5/GitHub-Actions/Managing-Actions-storage-space/m-p/41424/highlight/true#M4618) by default.
[GitHub now supports changing this setting](https://github.blog/changelog/2020-10-08-github-actions-ability-to-change-retention-days-for-artifacts-and-logs/). This action allows you to further customize the cleanup.
Proposed changes
Reading the documentation on this job:
Fixes https://github.com/pulumi/pulumi-eks/issues/1434
The proposed change is to rely on automatic 90-day cleanup and avoid P1 interrupts around the failures of this job.
Related issues (optional)