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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
actions avatar

actions/upload-artifact

0
View on GitHub↗

Upload Artifact

Dieses Projekt ist ein Build-Artifact-Manager und Tool zur Dateipersistenz, das entwickelt wurde, um Dateien und Verzeichnisse aus einem Workflow-Lauf als archivierte Assets zu speichern. Es fungiert als Workflow-Asset-Archiver, der Projektdateien komprimiert und in einen Remote-Speicher hochlädt.

Das System unterscheidet sich durch ein umfassendes Metadaten-Tracking-System, das eindeutige Identifikatoren, Download-URLs und Sicherheits-Hashes für jedes hochgeladene Asset generiert. Es verwaltet den Asset-Lebenszyklus mithilfe konfigurierbarer Aufbewahrungsrichtlinien, um zu bestimmen, wie lange Dateien verfügbar bleiben, bevor sie automatisch gelöscht werden, und unterstützt das Aktualisieren bestehender Assets durch Überschreibfunktionen.

Das Tool deckt breite Funktionsbereiche ab, einschließlich Dateioperationen, bei denen es Glob-Muster zur Auflösung und Verzeichnis-Präfixe zur Vermeidung von Dateinamenkollisionen beim Zusammenführen von Artefakten verwendet. Es bietet zudem konfigurierbare Archivkompression, um Upload-Geschwindigkeit und Speichergröße auszubalancieren, und enthält Logik zum Umgang mit fehlenden Dateien während des Upload-Prozesses.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

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.
4,108 Stars·1,056 Forks·TypeScript·MIT·3 Aufrufe

Star-Verlauf

Star-Verlauf für actions/upload-artifactStar-Verlauf für actions/upload-artifact

Häufig gestellte Fragen

Was macht actions/upload-artifact?

Dieses Projekt ist ein Build-Artifact-Manager und Tool zur Dateipersistenz, das entwickelt wurde, um Dateien und Verzeichnisse aus einem Workflow-Lauf als archivierte Assets zu speichern. Es fungiert als Workflow-Asset-Archiver, der Projektdateien komprimiert und in einen Remote-Speicher hochlädt.

Was sind die Hauptfunktionen von actions/upload-artifact?

Die Hauptfunktionen von actions/upload-artifact sind: Workflow Artifact Managers, CI Artifact Managers, Artifact Identifier Retrieval, HTTP File Transfer Utilities, Artifact Metadata Identification, GitHub Actions Workflows, Artifact Uploaders, Build Artifact Management.

Welche Open-Source-Alternativen gibt es zu actions/upload-artifact?

Open-Source-Alternativen zu actions/upload-artifact sind unter anderem: 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…

Open-Source-Alternativen zu Upload Artifact

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Upload Artifact.
  • actions/toolkitAvatar von actions

    actions/toolkit

    5,772Auf GitHub ansehen↗

    The GitHub ToolKit for developing GitHub Actions.

    TypeScript
    Auf GitHub ansehen↗5,772
  • electron-userland/electron-builderAvatar von electron-userland

    electron-userland/electron-builder

    14,594Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,594
  • actions/cacheAvatar von actions

    actions/cache

    5,262Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,262
  • cake-build/cakeAvatar von cake-build

    cake-build/cake

    4,179Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,179
Alle 30 Alternativen zu Upload Artifact anzeigen→