File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6811,7 +6811,7 @@ async function run() {
68116811 }
68126812 _actions_core__WEBPACK_IMPORTED_MODULE_1__ . info ( 'Could not find Teleport binaries in cache. Fetching...' ) ;
68136813 _actions_core__WEBPACK_IMPORTED_MODULE_1__ . debug ( 'Downloading tar' ) ;
6814- const downloadPath = await _actions_tool_cache__WEBPACK_IMPORTED_MODULE_2__ . downloadTool ( `https://get.gravitational.com /teleport-${ version } -bin.tar.gz` ) ;
6814+ const downloadPath = await _actions_tool_cache__WEBPACK_IMPORTED_MODULE_2__ . downloadTool ( `https://cdn.teleport.dev /teleport-${ version } -bin.tar.gz` ) ;
68156815 _actions_core__WEBPACK_IMPORTED_MODULE_1__ . debug ( 'Extracting tar' ) ;
68166816 const extractedPath = await _actions_tool_cache__WEBPACK_IMPORTED_MODULE_2__ . extractTar ( downloadPath , undefined , [
68176817 'xz' ,
You can’t perform that action at this time.
0 commit comments