Skip to content

Commit 436ff6d

Browse files
chore(gha): bump actions/download-artifact from 7 to 8 (#643)
1 parent af5f45e commit 436ff6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7
66+
uses: actions/download-artifact@v8
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@v7
102+
uses: actions/download-artifact@v8
103103
with:
104104
path: tmp
105105
- name: Display structure of downloaded files

0 commit comments

Comments
 (0)