Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Workflow artifacts - GitHub Docs

Explains how to use workflow artifacts to store and share data between jobs within a GitHub Actions workflow, including retention policies and storage limits.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Workflow artifacts - GitHub Docs

Explains how to use workflow artifacts to store and share data between jobs within a GitHub Actions workflow, including retention policies and storage limits.

When To Use

Use when you need to pass files, build outputs, or test results from one job to another within a GitHub Actions workflow.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-workflows-and-workflow-artifacts-github-docs-workflow-guide.mdA guide explaining how to store and share data as workflow artifacts and the differences between artifacts and dependency caching in GitHub Actions.Questions about a guide explaining how to store and share data as workflow artifacts and the differences between artifacts and depend...

What This Skill Covers

    • GitHub Actions / - Concepts / - Workflows and actions / - Workflow artifacts
  • Main sections: In this article, About workflow artifacts, Artifacts versus dependency caching, Generating artifact attestations for builds, Artifacts from deleted workflow runs.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.github.com/en/actions/concepts/workflows-and-actions/workflow-artifacts