I have a problem with a scheduled job.
I prepare some data, do some actions and save a portion of the data content as an artifact (actions/upload-artifact@v2).
On the next run of the workflow I recover the data (actions/download-artifact@v2) and do something and again save a modified version of the data (actions/upload-artifact@v2).
The problem I’m having is that apparently I’m saving the modified version of the data correctly, but on the next run the download-artifact reports “Unable to find any artifacts for the associated workflow”. While I can see it on the artifacts of the workflow.