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:
241
241
package-lock.json
242
242
test/package-lock.json
243
243
- run : SKIP_SUBMODULE_DEPS=1 npm ci
244
- - uses : actions/download-artifact@v4
244
+ - uses : actions/download-artifact@v5
245
245
with :
246
246
name : npm-package
247
247
- run : tar -xzf package.tar.gz
@@ -275,7 +275,7 @@ jobs:
275
275
package-lock.json
276
276
test/package-lock.json
277
277
- run : SKIP_SUBMODULE_DEPS=1 npm ci
278
- - uses : actions/download-artifact@v4
278
+ - uses : actions/download-artifact@v5
279
279
with :
280
280
name : npm-package
281
281
- run : tar -xzf package.tar.gz
Original file line number Diff line number Diff line change 94
94
echo "$HOME/.local/bin" >> $GITHUB_PATH
95
95
96
96
- name : Download npm package
97
- uses : actions/download-artifact@v4
97
+ uses : actions/download-artifact@v5
98
98
with :
99
99
name : npm-release-package
100
100
@@ -160,7 +160,7 @@ jobs:
160
160
- run : brew install python-setuptools
161
161
162
162
- name : Download npm package
163
- uses : actions/download-artifact@v4
163
+ uses : actions/download-artifact@v5
164
164
with :
165
165
name : npm-release-package
166
166
@@ -221,7 +221,7 @@ jobs:
221
221
- run : brew install python-setuptools
222
222
223
223
- name : Download npm package
224
- uses : actions/download-artifact@v4
224
+ uses : actions/download-artifact@v5
225
225
with :
226
226
name : npm-release-package
227
227
@@ -253,7 +253,7 @@ jobs:
253
253
needs : npm-version
254
254
steps :
255
255
- name : Download npm package
256
- uses : actions/download-artifact@v4
256
+ uses : actions/download-artifact@v5
257
257
with :
258
258
name : npm-release-package
259
259
You can’t perform that action at this time.
0 commit comments