File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
with :
157
157
override_cache_key : nodejs-${{ inputs.nodeVersion }}
158
158
- name : download artifacts
159
- uses : actions/download-artifact@v3
159
+ uses : actions/download-artifact@v4.1.7
160
160
with :
161
161
name : nodejs-${{ needs.build-nodejs.outputs.nodeVersion }}
162
162
- name : test nodejs
@@ -173,7 +173,7 @@ jobs:
173
173
- build-nodejs
174
174
steps :
175
175
- name : download artifacts
176
- uses : actions/download-artifact@v3
176
+ uses : actions/download-artifact@v4.1.7
177
177
with :
178
178
name : nodejs-${{ needs.build-nodejs.outputs.nodeVersion }}
179
179
path : ${{ runner.temp }}
@@ -361,7 +361,7 @@ jobs:
361
361
include : ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
362
362
steps :
363
363
- name : download artifacts
364
- uses : actions/download-artifact@v3
364
+ uses : actions/download-artifact@v4.1.7
365
365
with :
366
366
name : nodejs-${{ needs.build-nodejs.outputs.nodeVersion }}
367
367
path : ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments