Uses for artifacts (and limitations)

If your build produces persistent artifacts such as screenshots, coverage reports, core files, or deployment tarballs, CircleCI can store these files and provide a link to download them. You can find them on the 'Artifacts' tab:

Screenshot 2025-04-17 at 11.23.42.png

The documentation for using artifacts is here: https://circleci.com/docs/2.0/artifacts/

Artifacts will be available for up to 30 days. 
Retention time for this can be managed through your usage controls.

Higher retention period will result in higher associated storage costs.

If you're relying on them as a source of documentation / persistent content, we recommend deploying the output to a dedicated output target, such as GitHub Pages or Netlify for static websites.

Was this article helpful?
17 out of 28 found this helpful

Comments

0 comments

Article is closed for comments.