Skip to content

GitHub Actions: V2 artifact actions

We have released v2 versions of the upload-artifact and download-artifact actions.

The actions have been completely rewritten using typescript in contrast to the v1 versions which are plugins tied to the runner.

New features and bug fixes:

  • Upload artifacts using a wildcard pattern, a directory path or an individual file path
  • Upload artifacts without having to specify an artifact name
  • Download all artifacts at once
  • Fix issues related to artifact upload and download not working in containers

For questions, visit the GitHub Actions community

GitHub CLI 0.7 is out with several of the most highly requested enhancements from the feedback our beta users have provided. Since the last minor release, 0.6, there are three main features:

  • Configure gh to use your preferred editor with gh config set editor [editor].
  • Configure gh to default to SSH with gh config set git_protocol ssh. The default Git protocol is HTTPS.
  • Autofill the title and body of a pull request from your commits with gh pr create --fill.

Learn more about GitHub CLI

See more