We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c01980 commit 3b0d446Copy full SHA for 3b0d446
1 file changed
.github/workflows/check-typescript-projects.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Download the maxgraph npm package
67
if: ${{ matrix.npm-package == 'development' }}
68
id: 'download'
69
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
70
with:
71
name: maxgraph-npm-package
72
path: ${{github.workspace}}/../maxgraph-npm-package
@@ -98,7 +98,7 @@ jobs:
98
needs: 'build_projects'
99
steps:
100
- name: Download all artifacts
101
102
103
path: tmp
104
- name: Display structure of downloaded files after removing maxgraph-npm-package
0 commit comments