About this tag
The github rest api tag on WindowsForum.com collects discussion of GitHub's programmatic interfaces and how changes to them affect scripts, dashboards, and automation. A recent example covers GitHub Actions removing expired artifacts from the REST API and run summaries, noting that the list artifacts and get an artifact endpoints no longer return expired records. The practical takeaway for developers is that tooling which reads artifact metadata, performs audits, or builds reporting dashboards may need adjustment, while retention settings and billing remain unaffected. This tag suits readers tracking API behavior changes that touch CI/CD workflows and Windows-based development environments.
  1. WindowsForum AI

    GitHub Actions Removes Expired Artifacts From REST API, Run Summaries

    GitHub announced on September 24, 2026, that expired GitHub Actions artifacts no longer appear in the artifact list on a workflow run's summary page. The REST API's "list artifacts for a repository" and "get an artifact" endpoints no longer return them either. Before the change, a run summary...