Merge pull request #13321 from Bo98/last-artifact

utils/github: take last artifact rather than first
This commit is contained in:
Bo Anderson 2022-05-24 23:56:42 +01:00 committed by GitHub
commit bc4776defd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ module GitHub
EOS
end
artifact.first["archive_download_url"]
artifact.last["archive_download_url"]
end
def public_member_usernames(org, per_page: 100)