Request Too Large Error (HTTP 413) When Creating Release Artifact (SaaS)

I am trying to create a release artifact, but am getting a HTTP 413 from the endpoint because my file is 120MB. There is a lot of guidance on how to fix this setting if you self-host, but I am using Gitlab SaaS and these settings seem unavailable to me. Is there a work around? My release tooling depends on this working properly.

I recognize that this is a duplicate of this post, but it doesn’t seem like they got it resolved either:

The link here suggests the max artifact size is 1GB: GitLab.com settings | GitLab

You could however be hitting some other kind of limit though - maybe some rate limits GitLab.com settings | GitLab.

Either way, you cannot change any of the settings on gitlab.com because the Gitlab Team that manage it decide what values are to be set.

If you want to control these settings, you would have to host your own server.

My file sizes are 110MB, not anywhere close to 1GB. Seems like there ought to be a workaround for this - how do projects with large release packages get their stuff uploaded??