Hope you're all doing well. I've managed to code my way to get to this page: "https://github.com/decaf-emu/decaf-emu/actions/runs/2458383"
Problem is, I need to be logged-in to be able to see the downloadable artifact href (url) on github..
I've tried proposed alternatives such as
With xmlhttp
.Open "GET", URL2, False, "USERNAME", "PASSWORD"
.setRequestHeader "User-Agent", "Mozilla/5.0 (Windows NT 10.0; WOW64) Chrome/39.0.2171.71"
.Send
html.body.innerHTML = .responseText
End With
..and many more Frankenstein variations without success.
At this point, I'm really stumped how to get GITHUB to let me extract the download URL of the file.
The end-result should be pasting/msgbox "https://github.com/decaf-emu/decaf-emu/suites/379721547/artifacts/897163"
Can't anyone help me with these credential issues to be able to have access to download it? Thanks for your time!