Assuming the data form is correct, every one of those with results should be in the filtered list, as ('results-table-app_update10th1k'.match(/results/) !== null) == true, but they're not.
Asking in the hopes I'm being daft, or that this makes more sense to you, as I cannot figure out what's going wrong here.
Sorry to raise an issue, but I'm quite baffled to the output I'm seeing.
Despite multiple artifact's names matching the input regexp, somehow, the action finds none are matching.
Run output (also can be found here w/ associated workflow file):
Looking into the source, this isn't any clearer:
https://github.com/dawidd6/action-download-artifact/blob/268677152d06ba59fcec7a7f0b5d961b6ccd7e1e/main.js#L182-L194
Assuming the data form is correct, every one of those with
results
should be in the filtered list, as('results-table-app_update10th1k'.match(/results/) !== null) == true
, but they're not.Asking in the hopes I'm being daft, or that this makes more sense to you, as I cannot figure out what's going wrong here.