Skip to content

Commit a7dd1e8

Browse files
committed
use default import again..?
1 parent f954ef8 commit a7dd1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/size-limit-gh-action/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as glob from '@actions/glob';
1010
import bytes from 'bytes';
1111
import { markdownTable } from 'markdown-table';
1212

13-
import * as download from 'github-fetch-workflow-artifact';
13+
import download from 'github-fetch-workflow-artifact';
1414

1515
const SIZE_LIMIT_HEADING = '## size-limit report 📦 ';
1616
const ARTIFACT_NAME = 'size-limit-action';

0 commit comments

Comments
 (0)