github · GitHub Actions Docs
Actions Removing workflow artifacts - GitHub Docs
Instructions for deleting workflow artifacts from GitHub Actions to manage storage usage or clean up build outputs.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Removing workflow artifacts - GitHub Docs
Instructions for deleting workflow artifacts from GitHub Actions to manage storage usage or clean up build outputs.
When To Use
Use when you need to delete specific build outputs or clear storage space by removing artifacts associated with GitHub Actions workflow runs.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-manage-workflow-runs-removing-artifacts-github-docs-workflow-guide.md | A guide explaining how to delete workflow artifacts and configure retention periods to manage GitHub Actions storage. | Questions about a guide explaining how to delete workflow artifacts and configure retention periods to manage GitHub Actions storage. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Manage workflow runs / - Remove workflow artifacts
- Main sections:
In this article,Deleting an artifact,Setting the retention period for an artifact,Finding the expiration date of an artifact,Artifacts from deleted workflow runs.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/manage-workflow-runs/remove-workflow-artifacts
