We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f954ef8 commit a7dd1e8Copy full SHA for a7dd1e8
dev-packages/size-limit-gh-action/index.mjs
@@ -10,7 +10,7 @@ import * as glob from '@actions/glob';
10
import bytes from 'bytes';
11
import { markdownTable } from 'markdown-table';
12
13
-import * as download from 'github-fetch-workflow-artifact';
+import download from 'github-fetch-workflow-artifact';
14
15
const SIZE_LIMIT_HEADING = '## size-limit report 📦 ';
16
const ARTIFACT_NAME = 'size-limit-action';
0 commit comments