Remove 'environment_key' from job artifact type enum
BreakingBreaking change
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The value environment_key has been removed from the allowed enum for the job artifact type field in three places: the artifact upload authorization schema, the job artifacts POST request body, and a related schema. Clients that submit type: environment_key when uploading job artifacts will now be sending a value outside the documented enum, which may be rejected by the API.