{"id":19032730,"url":"https://github.com/joutvhu/delete-artifact","last_synced_at":"2025-04-23T16:41:30.273Z","repository":{"id":53172310,"uuid":"353813858","full_name":"joutvhu/delete-artifact","owner":"joutvhu","description":"GitHub Action to delete artifacts","archived":false,"fork":false,"pushed_at":"2024-11-11T05:43:50.000Z","size":2525,"stargazers_count":8,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T02:44:57.576Z","etag":null,"topics":["actions","artifacts","delete","github"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joutvhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-01T20:04:44.000Z","updated_at":"2024-09-04T13:08:40.000Z","dependencies_parsed_at":"2023-12-26T16:26:53.909Z","dependency_job_id":"3ca968fa-7255-454d-885c-ff58bb4bdf4a","html_url":"https://github.com/joutvhu/delete-artifact","commit_stats":{"total_commits":26,"total_committers":2,"mean_commits":13.0,"dds":0.3076923076923077,"last_synced_commit":"afae001d6f5a9f1f58c2a863bb04b4e32746c91e"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdelete-artifact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdelete-artifact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdelete-artifact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joutvhu%2Fdelete-artifact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joutvhu","download_url":"https://codeload.github.com/joutvhu/delete-artifact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250472033,"owners_count":21436069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","artifacts","delete","github"],"created_at":"2024-11-08T21:30:45.129Z","updated_at":"2025-04-23T16:41:30.254Z","avatar_url":"https://github.com/joutvhu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delete Artifacts\n\nThis GitHub Action to delete artifacts from your build. This can be useful when you want to clean up artifacts that are no longer needed.\n\nSee also [upload-artifact](https://github.com/actions/upload-artifact).\n\n## Compatibility\n\n\u003e [!IMPORTANT]\n\u003e delete-artifact@v2 is not currently supported on GHES yet. If you are on GHES, you must use [v1](https://github.com/joutvhu/delete-artifact/releases/tag/v1).\n\n| actions/upload-artifact | joutvhu/delete-artifact |\n|-------------------------|-------------------------|\n| v1, v2, v3              | v1                      |\n| v4                      | v2                      |\n\n## Usage\n\nSee [action.yml](action.yml)\n\n## Delete a Single Artifact\n\n```yaml\nsteps:\n- uses: joutvhu/delete-artifact@v2\n  with:\n    name: my-artifact\n```\n\n## Delete Multiple Artifacts\n\nDeleting multiple artifacts within a single action can be achieved by specifying each artifact name on a new line, this can improve performance when deleting more than one artifact.\n\n```yaml\nsteps:\n- uses: joutvhu/delete-artifact@v2\n  with:\n    name: |\n      artifact-1\n      artifact-2\n```\n\n## Delete All Artifacts\n\nIf you don't specify an artifact `name` this Action will be deleted all found artifacts\n\n```yaml\nsteps:\n- uses: joutvhu/delete-artifact@v2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoutvhu%2Fdelete-artifact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoutvhu%2Fdelete-artifact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoutvhu%2Fdelete-artifact/lists"}