Skip to content

Commit 3b0d446

Browse files
chore(deps-gha): bump actions/download-artifact from 6 to 7 (#268)
1 parent 0c01980 commit 3b0d446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-typescript-projects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Download the maxgraph npm package
6767
if: ${{ matrix.npm-package == 'development' }}
6868
id: 'download'
69-
uses: actions/download-artifact@v6
69+
uses: actions/download-artifact@v7
7070
with:
7171
name: maxgraph-npm-package
7272
path: ${{github.workspace}}/../maxgraph-npm-package
@@ -98,7 +98,7 @@ jobs:
9898
needs: 'build_projects'
9999
steps:
100100
- name: Download all artifacts
101-
uses: actions/download-artifact@v6
101+
uses: actions/download-artifact@v7
102102
with:
103103
path: tmp
104104
- name: Display structure of downloaded files after removing maxgraph-npm-package

0 commit comments

Comments
 (0)