Skip to content

Commit d85ae5f

Browse files
Use CDN for downloads (#31)
1 parent c0448d2 commit d85ae5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)