Table 'gitea.action_task_output' doesn't exist

Hi!

I’m starting to play with Gitea Actions, and while it seems to work without issue (I can see the output of the different job’s steps in the interface), I get all a lot of this message in the Gitea log…

...ons/runner/runner.go:148:UpdateTask() [W] Failed to find the sent outputs of task xxx: Error 1146 (42S02): Table 'gitea.action_task_output' doesn't exist

I did not found what’s that table is supposed to look like or an open issue related to that…

Any idea on this message and how to solve it ? Is this database indeed supposed to exists and where could I find it’s schema ?

I’m running 1.20.2, on docker with mysql backend…

Many thanks!

Same. Any progress on this?

This seems to be the same as Failing to download artifact -> 500 error · Issue #25630 · go-gitea/gitea · GitHub, which has a fix merged (Actions Artifacts support uploading multiple files and directories by fuxiaohei · Pull Request #24874 · go-gitea/gitea · GitHub) targeting 1.21 release.