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 357bc35 commit 1b11873Copy full SHA for 1b11873
.github/workflows/check-projects.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Download the bpmn-visualization development npm package
64
if: ${{ matrix.bv-npm-package == 'development' }}
65
id: 'download'
66
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
67
with:
68
name: bpmn-visualization-npm-package
69
path: ${{github.workspace}}/../bpmn-visualization-npm-package
@@ -99,7 +99,7 @@ jobs:
99
pull-requests: write # surge-preview: PR comments
100
steps:
101
- name: Download all artifacts
102
103
104
path: tmp
105
- name: Display structure of downloaded files
0 commit comments