Live Feed/GitHub/Fact Record
GitHub logo
GitHub
api 96% Confidence Gate September 24, 2026

Expired GitHub Actions artifacts no longer shown in UI and API

GitHub has removed expired artifacts from the Actions run summary UI and the REST API response. These items are now completely hidden rather than being marked with an 'Expired' status indicator.

Verified State Diff

Comparison Mode:
- Previous State
Expired artifacts remained visible in the GitHub Actions run summary UI and were returned by the REST API with an 'Expired' status label.
+ Verified New State
Expired artifacts are completely omitted from the GitHub Actions run summary UI and are no longer returned by the REST API.

Impact & Verification Analysis

WHO IS AFFECTED

Developers and DevOps engineers who rely on the GitHub Actions REST API for artifact management or automated workflow auditing.

WHY IT MATTERS

It streamlines API responses and UI views, preventing developers from needing to implement custom logic to filter out expired or inaccessible artifacts from their automation pipelines.

Full Fact Overview

This change represents a cleanup of the GitHub Actions metadata layer. Previously, the system maintained a reference to expired artifacts in the UI and API, which required client-side or user-side filtering to ignore non-functional assets. By removing these references entirely, GitHub reduces the noise in API payloads and simplifies the UI state for workflow runs, likely to improve performance and reduce data overhead for long-running repositories with high artifact turnover.

Multi-Source Evidence Chain (1)

Expired GitHub Actions artifacts no longer shown in UI and APIGitHub
TRACKED ENTITY
Explore all historical GitHub changes
View GitHub Hub ➔