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 f45828a commit cbb08b7Copy full SHA for cbb08b7
.github/workflows/check-typescript-projects.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Download the maxgraph npm package
66
if: ${{ matrix.npm-package == 'development' }}
67
id: 'download'
68
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
69
with:
70
name: maxgraph-npm-package
71
path: ${{github.workspace}}/../maxgraph-npm-package
@@ -97,7 +97,7 @@ jobs:
97
needs: 'build_projects'
98
steps:
99
- name: Download all artifacts
100
101
102
path: tmp
103
- name: Display structure of downloaded files after removing maxgraph-npm-package
0 commit comments