Skip to content

Download all artifacts from given workflow run

License

Notifications You must be signed in to change notification settings

cdqag/action-download-artifacts

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-download-artifacts

Download all artifacts from given workflow run and matching a name pattern, with an option to automatically unzip the downloaded artifacts.

Usage

uses: cdqag/action-download-artifacts@v1

Inputs

  • github-token Default: ${{ github.token }}

    GitHub token. Required for authentication to gh cli and downloading the artifacts.

  • run-id Default: ${{ github.run_id }}

    The ID of the workflow run to download artifacts from.

  • name-pattern Default: '.*'

    The artifact name pattern (RegExp - not glob!) to filter downloaded artifacts.

  • auto-unzip Default: 'false'

    Automatically unzip downloaded artifacts.

  • clean Default: 'false'

    Remove downloaded artifacts after use.

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

About

Download all artifacts from given workflow run

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages