File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313
313
yarn-build-
314
314
315
315
- name : Download npm package
316
- uses : actions/download-artifact@v3
316
+ uses : actions/download-artifact@v4
317
317
with :
318
318
name : npm-package
319
319
@@ -372,7 +372,7 @@ jobs:
372
372
yarn-build-
373
373
374
374
- name : Download npm package
375
- uses : actions/download-artifact@v3
375
+ uses : actions/download-artifact@v4
376
376
with :
377
377
name : npm-package
378
378
Original file line number Diff line number Diff line change 60
60
run : npm install -g yarn
61
61
62
62
- name : Download npm package
63
- uses : actions/download-artifact@v3
63
+ uses : actions/download-artifact@v4
64
64
with :
65
65
name : npm-release-package
66
66
@@ -161,7 +161,7 @@ jobs:
161
161
echo "$HOME/.local/bin" >> $GITHUB_PATH
162
162
163
163
- name : Download npm package
164
- uses : actions/download-artifact@v3
164
+ uses : actions/download-artifact@v4
165
165
with :
166
166
name : npm-release-package
167
167
@@ -224,7 +224,7 @@ jobs:
224
224
run : python3 -m pip install setuptools
225
225
226
226
- name : Download npm package
227
- uses : actions/download-artifact@v3
227
+ uses : actions/download-artifact@v4
228
228
with :
229
229
name : npm-release-package
230
230
@@ -265,7 +265,7 @@ jobs:
265
265
needs : npm-version
266
266
steps :
267
267
- name : Download npm package
268
- uses : actions/download-artifact@v3
268
+ uses : actions/download-artifact@v4
269
269
with :
270
270
name : npm-release-package
271
271
You can’t perform that action at this time.
0 commit comments