CI: allow "never" in job:artifacts:expire_in
Please make this possible:
```yaml
job:
artifacts:
expire_in: never # <----- THIS
paths:
- something
```
Currently, it's only doable via UI using "Keep" button:

CC @markpundsack @bikebilly @markglenfletcher @ayufan
issue