Additional files in build result

I’m using drone to run some UI tests using selenium. What would be the best way to store and view the screenshots for each build?

As far as I know only the logs are stored, so I guess I need to persist the files using host volumes and a commit hash indexed directory. Then I could host the files on my CI server and include links on the drone build page.

Does this sound like the best way to do it?

the recommended approach would be to use a plugin to upload artifacts to a storage system like s3, google cloud storage, minio, for example.