Consistent failure to download a GitHub release artifact in Windows CI jobs #56139
Replies: 2 comments
-
It appears that this actions runner issue has some folks tracking the same problem with their CI runs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It appears that reverting to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Bug
Body
We've been experiencing consistent failures in our Windows CI jobs when the job attempts to use the
DownloadFile
task in a MSBuild project to download artifacts from another GitHub repository's releases.An example of the failure is here.
Until recently, MSBuild would not display the inner exception message so it was impossible to determine any sort of context other than "authentication failed".
However, Actions recently upgraded to a VS version that includes a fix to print the inner exception, which in this case is:
With the relevant part of the message being:
On the surface, the issue feels like a networking problem with the actions environment, but I wouldn't discount a .NET SDK issue.
Interestingly, it seems to consistently occur on the third file it tries to download from the same release.
I'm opening this as a discussion as I'm not sure which repository this belongs as an issue.
Beta Was this translation helpful? Give feedback.
All reactions