Skip to content

Commit 1b11873

Browse files
chore(gha): bump actions/download-artifact from 6 to 7 (#637)
1 parent 357bc35 commit 1b11873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Download the bpmn-visualization development npm package
6464
if: ${{ matrix.bv-npm-package == 'development' }}
6565
id: 'download'
66-
uses: actions/download-artifact@v6
66+
uses: actions/download-artifact@v7
6767
with:
6868
name: bpmn-visualization-npm-package
6969
path: ${{github.workspace}}/../bpmn-visualization-npm-package
@@ -99,7 +99,7 @@ jobs:
9999
pull-requests: write # surge-preview: PR comments
100100
steps:
101101
- name: Download all artifacts
102-
uses: actions/download-artifact@v6
102+
uses: actions/download-artifact@v7
103103
with:
104104
path: tmp
105105
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)