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 2ce5801 commit cdff69fCopy full SHA for cdff69f
.github/workflows/build.yml
@@ -37,13 +37,13 @@ jobs:
37
run: pnpm run build
38
39
- name: Upload Mermaid Build as Artifact
40
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
41
with:
42
name: mermaid-build
43
path: packages/mermaid/dist
44
45
- name: Upload Mermaid Mindmap Build as Artifact
46
47
48
name: mermaid-mindmap-build
49
path: packages/mermaid-mindmap/dist
0 commit comments