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 eeb2e77 commit 7889d01Copy full SHA for 7889d01
.github/workflows/ci.yml
@@ -42,7 +42,8 @@ jobs:
42
run: mkdir -p out/vsix && npm exec vsce package -- -o out/vsix/
43
44
- name: Upload artifact
45
- uses: actions/upload-artifact@v2
+ if: runner.os == 'Linux'
46
+ uses: actions/upload-artifact@v4
47
with:
48
name: ${{ github.event.repository.name }}
49
path: |
README.md
@@ -26,7 +26,6 @@ See [CHANGELOG.md](./CHANGELOG.md).
26
27
## For more information
28
* Also developed by me for preview and edit graphviz file:
29
- - [Graphviz Viewer Online](https://graphviz.net)
30
- [Graphviz Viewer in Google Play](https://play.google.com/store/apps/details?id=indie.haozi.gvviewer)
31
* [GitHub](https://github.com/beicause/call-graph)
32
0 commit comments