The workflow conclusion/status [check is inside the for-loop](https://github.com/dawidd6/action-download-artifact/blob/master/main.js#L121). Since the [workflow status can is an acceptable parameter ](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28)in list workflow runs API, the pagination can be reduced. <img width="597" alt="Screenshot 2023-02-07 at 2 21 03 PM" src="https://user-images.githubusercontent.com/11299391/217196968-1aa8f4d4-e3c1-42e8-b7ff-a714507d1c89.png">
The workflow conclusion/status check is inside the for-loop.
Since the workflow status can is an acceptable parameter in list workflow runs API, the pagination can be reduced.
