Hi DangerousMole43 ! You need to mark the task you want to upload an artifact to as running. You can use task.mark_started(force=True)
to do so, then mark it back as completed using task.mark_completed(force=True)
Thank you SmugDolphin23 ! 🙏
I'll try it out