diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5c4bd8b0..f1ea8a99 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -66,7 +66,7 @@ jobs: - if: ${{ failure() && steps.diff.outcome == 'failure' }} name: Upload Artifact id: upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: dist/ diff --git a/custom-elements.json b/custom-elements.json index 2fda9673..239543fb 100644 --- a/custom-elements.json +++ b/custom-elements.json @@ -257,54 +257,6 @@ } ] }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/block-navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/prettify.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "coverage/lcov-report/sorter.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/hierarchy.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/icons.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/main.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/navigation.js", - "declarations": [], - "exports": [] - }, - { - "kind": "javascript-module", - "path": "docs/assets/search.js", - "declarations": [], - "exports": [] - }, { "kind": "javascript-module", "path": "src/scripts/analyze.ts",