mirror of https://github.com/go-gitea/gitea.git
ad98ea63ee
Fix `Uploaded artifacts should be overwritten` https://github.com/go-gitea/gitea/issues/28549 When upload different content to uploaded artifact, it checks that content size is not match in db record with previous artifact size, then the new artifact is refused. Now if it finds uploading content size is not matching db record when receiving chunks, it updates db records to follow the latest size value. |
||
---|---|---|
.. | ||
ping | ||
runner | ||
actions.go | ||
artifacts.go | ||
artifacts_chunks.go | ||
artifacts_utils.go |