{"id":25804523,"url":"https://github.com/liri-infra/fetch-artifact","last_synced_at":"2026-04-16T18:04:40.789Z","repository":{"id":130346727,"uuid":"256970685","full_name":"liri-infra/fetch-artifact","owner":"liri-infra","description":":heavy_plus_sign: GitHub action to fetch and extract an artifact from an arbitrary workflow and repository","archived":false,"fork":false,"pushed_at":"2025-06-10T10:43:49.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-10T11:38:50.778Z","etag":null,"topics":["actions","arbitrary","artifact","download","extract","fetch","github","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liri-infra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://www.paypal.me/plfiorini"]}},"created_at":"2020-04-19T10:24:32.000Z","updated_at":"2025-06-10T10:43:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b2b4f95-a6ac-439a-88e5-156c5177bfb2","html_url":"https://github.com/liri-infra/fetch-artifact","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liri-infra/fetch-artifact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liri-infra%2Ffetch-artifact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liri-infra%2Ffetch-artifact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liri-infra%2Ffetch-artifact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liri-infra%2Ffetch-artifact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liri-infra","download_url":"https://codeload.github.com/liri-infra/fetch-artifact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liri-infra%2Ffetch-artifact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272988752,"owners_count":25026959,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","arbitrary","artifact","download","extract","fetch","github","github-actions"],"created_at":"2025-02-27T18:37:22.283Z","updated_at":"2026-04-16T18:04:40.720Z","avatar_url":"https://github.com/liri-infra.png","language":"Python","funding_links":["https://www.paypal.me/plfiorini"],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2020 Pier Luigi Fiorini \u003cpierluigi.fiorini@liri.io\u003e\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n# fetch-artifact\n\nFetch an artifact from a workflow run, even though it's on anothe repository\nand extracts it to a path.\n\nLet's suppose that you [upload an artifact](https://github.com/actions/upload-artifact)\nof a repository in your organization and want to download it from a workflow\nof another repository.\n\nYou cannot do that with with the [official action](https://github.com/actions/download-artifact).\n\n## Usage\n\nThis is the step you need to add to your job:\n\n```yaml\n- name: Fetch artifact\n  uses: liri-infra/fetch-artifact\n  with:\n    github_token: ${{ secrets.GITHUB_TOKEN }}\n    repository: octofoo/bar\n    workflow_path: .github/workflows/build.yml\n    artifact_name: artifacts\n    extract_to: /tmp\n    save_as: foobar.zip\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliri-infra%2Ffetch-artifact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliri-infra%2Ffetch-artifact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliri-infra%2Ffetch-artifact/lists"}