I have a GitHub workflow that creates artifacts (docker images and log files).
My repository is private and part of an organization.
I'm trying to upload new artifact with upload-artifact action but getting the error:
Create Artifact Container failed: Artifact storage quota has been hit. Unable to upload any new artifacts
I read there's a limit of 10GB per month for private repositories and no limit for public but I can't change my repository visibility.
I tried to use gha-remove-artifacts action and successfully removed all artifacts, but I still cant upload new artifacts.
Any ideas?