You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
workflows: stop using github-script for download (#933)
This patch changes the way build_url artifact is downloaded when running
test-pr workflow. The workflow is triggered by build on PR submission.
It downloads the build_url file from the triggering workflow. In case
triggering workflow contains more than 30 artifacts the download may
fail. This is caused by pagination in github REST API. This patch
removes use of github-script. Instead it uses
dawidd6/action-download-artifact action which allows to download
artifacts from triggering workflow. Using the action has additional
benefit of removin "unzip" step.
0 commit comments