awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
actions avatar

actions/upload-artifact

0
View on GitHub↗
4,108 stars·1,056 forks·TypeScript·MIT·9 views

Upload Artifact

This project is a build artifact manager and file persistence tool designed to save files and directories from a workflow run as archived assets. It functions as a workflow asset archiver that compresses and uploads project files to a remote store.

The system differentiates itself through a comprehensive metadata tracking system that generates unique identifiers, download URLs, and security digests for every uploaded asset. It manages the asset lifecycle using configurable retention policies to determine how long files remain available before automatic deletion and supports updating existing assets via overwrite capabilities.

The tool covers broad capability areas including file operations, where it uses glob patterns for resolution and directory prefixing to avoid filename collisions during artifact merging. It also provides configurable archive compression to balance upload speed against storage size and includes logic to handle missing files during the upload process.

Features

  • Workflow Artifact Managers - Provides functions to upload, download, and cache build artifacts and dependencies across workflow runs.
  • CI Artifact Managers - Functions as a CI artifact manager for storing, versioning, and managing build outputs and logs.
  • Artifact Identifier Retrieval - Returns a unique identifier after every successful upload to track and manage assets through external interfaces.
  • HTTP File Transfer Utilities - Transfers archived assets to an external storage service using HTTP requests for persistence.
  • Artifact Metadata Identification - Generates and retrieves unique identifiers and checksums for uploaded assets to enable tracking across workflow steps.
  • GitHub Actions Workflows - Saves files and directories from a workflow run as archived assets specifically within GitHub Actions.
  • Artifact Uploaders - Saves files and directories from a workflow run as archived assets in GitHub Actions.
  • Build Artifact Management - Provides a system for listing, filtering, and retrieving versions of software build outputs.
  • Build Result Persistence - Stores the outcomes of CI runs as persistent objects to be passed between different jobs.
  • Artifact Lifecycle Management - Manages the lifecycle of build artifacts using custom compression and automated retention policies.
  • Workflow Asset Archivers - Compresses and uploads project files to remote storage with configurable retention and expiration policies.
  • Artifact Uploaders - Stores files and directories from a workflow run as named assets using wildcards and custom compression levels.
  • Workflow Asset Tracking - Generates unique identifiers and security digests to track assets across different workflow steps.
  • Artifact Passing - Implements mechanisms for transferring files between different jobs or stages within a single automated pipeline run.
  • Globbing Pattern Matching - Identifies target files and directories for upload using glob patterns and wildcards.
  • Compression Level Tuning - Provides adjustable compression parameters to balance the trade-off between upload speed and resulting storage size.
  • Artifact Merging - Combines multiple separate files into a single consolidated artifact using patterns and directory prefixes.
  • Build Archive Compression - Provides configurable archive compression to balance upload speed and storage size for build artifacts.
  • Glob-Based File Location - Uses glob patterns and wildcards to identify target files and directories for upload.
  • Retention Policies - Assigns time-to-live values to assets to trigger automatic deletion by the remote storage backend.
  • Artifact Overwriting - Updates an existing asset with a new version to generate a fresh unique identifier for the file.
  • Collision-Avoidance Directory Prefixing - Prevents filename conflicts when merging multiple assets by mapping source files into unique directory paths.
  • Pre-Upload Compression - Compresses files into archives before transferring them to remote storage to optimize bandwidth.
  • Test Report Attachments - Enables embedding supplementary files like screenshots and logs into test execution reports.
  • Core Workflow Actions - Upload artifacts from your workflow.

Star history

Star history chart for actions/upload-artifactStar history chart for actions/upload-artifact

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Upload Artifact

Similar open-source projects, ranked by how many features they share with Upload Artifact.
  • actions/toolkitactions avatar

    actions/toolkit

    5,772View on GitHub↗

    The GitHub ToolKit for developing GitHub Actions.

    TypeScript
    View on GitHub↗5,772
  • electron-userland/electron-builderelectron-userland avatar

    electron-userland/electron-builder

    14,594View on GitHub↗

    electron-builder is a cross-platform build automator and packaging tool for Electron applications. It bundles source code and dependencies into platform-specific installers, portable executables, and app store formats for Windows, macOS, and Linux. The project functions as a distribution pipeline that orchestrates the signing and notarization of binaries to ensure authenticity and bypass security warnings. It also serves as an auto-update orchestrator, preparing application packages and distribution channels to support automatic background software updates. Its capability surface covers the

    TypeScript
    View on GitHub↗14,594
  • actions/cacheactions avatar

    actions/cache

    5,262View on GitHub↗

    This project is a GitHub Actions cache action designed to persist build state, dependencies, and compiled outputs across different runner environments and pipeline executions. It functions as a continuous integration dependency cache that utilizes content hashes to store and retrieve files, reducing installation time between workflow runs. The system distinguishes itself through cross-platform build caching, allowing build data to be transferred between different operating systems and runner architectures when the files are platform-independent. It also implements branch-based cache isolation

    TypeScript
    View on GitHub↗5,262
  • cake-build/cakecake-build avatar

    cake-build/cake

    4,179View on GitHub↗

    Cake is a cross-platform build automation system and scripting framework that allows users to define software build pipelines using C# scripts. It functions as a CI/CD pipeline orchestrator and build runner, providing a strongly-typed domain-specific language to simplify the orchestration of compilation, testing, and packaging processes across Windows, Linux, and macOS. The system ensures reproducible build environments by pinning the versions of build tools, modules, and dependencies. It distinguishes itself by enabling a C# scripting workflow with full IDE support, including autocomplete, s

    C#build-automationbuild-automation-toolbuild-tool
    View on GitHub↗4,179
See all 30 alternatives to Upload Artifact→

Frequently asked questions

What does actions/upload-artifact do?

This project is a build artifact manager and file persistence tool designed to save files and directories from a workflow run as archived assets. It functions as a workflow asset archiver that compresses and uploads project files to a remote store.

What are the main features of actions/upload-artifact?

The main features of actions/upload-artifact are: Workflow Artifact Managers, CI Artifact Managers, Artifact Identifier Retrieval, HTTP File Transfer Utilities, Artifact Metadata Identification, GitHub Actions Workflows, Artifact Uploaders, Build Artifact Management.

What are some open-source alternatives to actions/upload-artifact?

Open-source alternatives to actions/upload-artifact include: actions/toolkit — The GitHub ToolKit for developing GitHub Actions. electron-userland/electron-builder — electron-builder is a cross-platform build automator and packaging tool for Electron applications. It bundles source… actions/cache — This project is a GitHub Actions cache action designed to persist build state, dependencies, and compiled outputs… cake-build/cake — Cake is a cross-platform build automation system and scripting framework that allows users to define software build… anmol098/waka-readme-stats — waka-readme-stats is an automated profile README updater and developer statistics dashboard. It integrates with the… maiot-io/zenml — ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data…