What is GitHub’s Actions artifact and how does it enable data sharing between jobs?

Github Medium

Github — Medium

What is GitHub’s Actions artifact and how does it enable data sharing between jobs?

Key points

  • Artifacts are uploaded during workflow jobs
  • They enable data sharing between separate jobs
  • actions/upload-artifact and actions/download-artifact are key commands
  • Artifacts are not pre-built actions or compiled binaries

Ready to go further?

Related questions