Skip to content

Commit cbb08b7

Browse files
chore(deps-gha): bump actions/download-artifact from 4 to 5 (#242)
1 parent f45828a commit cbb08b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Download the maxgraph npm package
6666
if: ${{ matrix.npm-package == 'development' }}
6767
id: 'download'
68-
uses: actions/download-artifact@v4
68+
uses: actions/download-artifact@v5
6969
with:
7070
name: maxgraph-npm-package
7171
path: ${{github.workspace}}/../maxgraph-npm-package
@@ -97,7 +97,7 @@ jobs:
9797
needs: 'build_projects'
9898
steps:
9999
- name: Download all artifacts
100-
uses: actions/download-artifact@v4
100+
uses: actions/download-artifact@v5
101101
with:
102102
path: tmp
103103
- name: Display structure of downloaded files after removing maxgraph-npm-package

0 commit comments

Comments
 (0)