File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 package-lock.json
242242 test/package-lock.json
243243 - run : SKIP_SUBMODULE_DEPS=1 npm ci
244- - uses : actions/download-artifact@v4
244+ - uses : actions/download-artifact@v5
245245 with :
246246 name : npm-package
247247 - run : tar -xzf package.tar.gz
@@ -275,7 +275,7 @@ jobs:
275275 package-lock.json
276276 test/package-lock.json
277277 - run : SKIP_SUBMODULE_DEPS=1 npm ci
278- - uses : actions/download-artifact@v4
278+ - uses : actions/download-artifact@v5
279279 with :
280280 name : npm-package
281281 - run : tar -xzf package.tar.gz
Original file line number Diff line number Diff line change 9494 echo "$HOME/.local/bin" >> $GITHUB_PATH
9595
9696 - name : Download npm package
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v5
9898 with :
9999 name : npm-release-package
100100
@@ -160,7 +160,7 @@ jobs:
160160 - run : brew install python-setuptools
161161
162162 - name : Download npm package
163- uses : actions/download-artifact@v4
163+ uses : actions/download-artifact@v5
164164 with :
165165 name : npm-release-package
166166
@@ -221,7 +221,7 @@ jobs:
221221 - run : brew install python-setuptools
222222
223223 - name : Download npm package
224- uses : actions/download-artifact@v4
224+ uses : actions/download-artifact@v5
225225 with :
226226 name : npm-release-package
227227
@@ -253,7 +253,7 @@ jobs:
253253 needs : npm-version
254254 steps :
255255 - name : Download npm package
256- uses : actions/download-artifact@v4
256+ uses : actions/download-artifact@v5
257257 with :
258258 name : npm-release-package
259259
You can’t perform that action at this time.
0 commit comments