File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245
245
working-directory : ${{ inputs.working-directory }}
246
246
cache-key : release
247
247
248
- - uses : actions/download-artifact@v4
248
+ - uses : actions/download-artifact@v5
249
249
with :
250
250
name : dist
251
251
path : ${{ inputs.working-directory }}/dist/
@@ -286,7 +286,7 @@ jobs:
286
286
working-directory : ${{ inputs.working-directory }}
287
287
cache-key : release
288
288
289
- - uses : actions/download-artifact@v4
289
+ - uses : actions/download-artifact@v5
290
290
with :
291
291
name : dist
292
292
path : ${{ inputs.working-directory }}/dist/
Original file line number Diff line number Diff line change 86
86
steps :
87
87
- uses : actions/checkout@v4
88
88
89
- - uses : actions/download-artifact@v4
89
+ - uses : actions/download-artifact@v5
90
90
with :
91
91
name : test-dist
92
92
path : ${{ inputs.working-directory }}/dist/
You can’t perform that action at this time.
0 commit comments