diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073f7ad..f0f7c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,10 @@ jobs: echo 'clean' fi - name: Analyze esbuild bundle size - uses: exoego/esbuild-bundle-analyzer@main + uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb with: - metafiles: "tmp/meta.json" + uses: exoego/esbuild-bundle-analyzer@${{ github.sha }} + with: '{"metafiles": "tmp/meta.json"}' - uses: actions/upload-artifact@v4 with: name: dist