> - Introduced in GitLab 8.2 and GitLab Runner 0.7.0.
>
> - Starting with GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format changed to `ZIP`, and it is now possible to browse its contents, with the added ability of downloading the files separately.
> - Since GitLab 8.2 and GitLab Runner 0.7.0, job artifacts that are created by
> - In GitLab 8.17, builds were renamed to jobs.
> GitLab Runner are uploaded to GitLab and are downloadable as a single archive
> - The artifacts browser will be available only for new artifacts that are sent to GitLab using GitLab Runner version 1.0 and up. It will not be possible to browse old artifacts already uploaded to GitLab.
> (`tar.gz`) using the GitLab UI.
> - Starting with GitLab 8.4 and GitLab Runner 1.0, the artifacts archive format
Artifacts are a list of files and directories which created by a job
> changed to `ZIP`, and it is now possible to browse its contents, with the added
once it finishes. This feature is [enabled by default](../../../administration/job_artifacts.md) in all
> ability of downloading the files separately.
> - Starting with GitLab 8.17, builds are renamed to jobs.
> - The artifacts browser will be available only for new artifacts that are sent
> to GitLab using GitLab Runner version 1.0 and up. It will not be possible to
> browse old artifacts already uploaded to GitLab.
>- This is the user documentation. For the administration guide see