We can't (easily) download artifacts between workflow runs, the actions/download-artifact step is for downloading artifacts created during the workflow run.
Since the last_note_id is a non-sensitive value, it can be stored in a repo variable instead.
Follow up to #497.
We can't (easily) download artifacts between workflow runs, the
actions/download-artifact
step is for downloading artifacts created during the workflow run.Since the
last_note_id
is a non-sensitive value, it can be stored in a repo variable instead.