Remove Artifact.content_as_bytes because its not used anywhere
>>> rg 'content_as_bytes'
glcollate/artifact.py
78: def content_as_bytes(self) -> bytes:
This means no code is actually using this property. Searching git history also shows that it has not been used anywhere since it was added in 2c720f84.