mirror of
https://github.com/actions/runner-images.git
synced 2025-12-26 03:17:54 +08:00
* [windows] Update EdgeDriver signature * feat: Improve temp directory handling and update file download method - Added check for \ existence before accessing it. - If the directory does not exist, it is now created. - Replaced System.Net.WebClient with Invoke-WebRequest for file downloads, improving compatibility and maintainability. Co-authored-by: Subir0071 <subir0071@github.com> * [Windows] Remove check for TEMP_Dir --------- Co-authored-by: Subir0071 <subir0071@github.com>