Skip to content

Commit cdff69f

Browse files
chore: updated upload artifact version
1 parent 2ce5801 commit cdff69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: pnpm run build
3838

3939
- name: Upload Mermaid Build as Artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: mermaid-build
4343
path: packages/mermaid/dist
4444

4545
- name: Upload Mermaid Mindmap Build as Artifact
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: mermaid-mindmap-build
4949
path: packages/mermaid-mindmap/dist

0 commit comments

Comments
 (0)