diff --git a/src/utils/github.ts b/src/utils/github.ts index c74972731..f2796c124 100644 --- a/src/utils/github.ts +++ b/src/utils/github.ts @@ -3,7 +3,7 @@ import { setTimeout } from 'node:timers/promises'; import { context, getOctokit } from '@actions/github'; import type { GitHub } from '@actions/github/lib/utils'; -import got from 'got'; +import { got } from 'got'; import { readBuffer, writeFile } from '../util'; import { getBinaryName } from './config'; import log from './logger';