File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
working-directory : ${{ inputs.working-directory }}
60
60
61
61
- name : Upload build
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : dist
65
65
path : ${{ inputs.working-directory }}/dist/
@@ -218,7 +218,7 @@ jobs:
218
218
working-directory : ${{ inputs.working-directory }}
219
219
cache-key : release
220
220
221
- - uses : actions/download-artifact@v3
221
+ - uses : actions/download-artifact@v4
222
222
with :
223
223
name : dist
224
224
path : ${{ inputs.working-directory }}/dist/
@@ -257,7 +257,7 @@ jobs:
257
257
working-directory : ${{ inputs.working-directory }}
258
258
cache-key : release
259
259
260
- - uses : actions/download-artifact@v3
260
+ - uses : actions/download-artifact@v4
261
261
with :
262
262
name : dist
263
263
path : ${{ inputs.working-directory }}/dist/
Original file line number Diff line number Diff line change 53
53
working-directory : ${{ inputs.working-directory }}
54
54
55
55
- name : Upload build
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : test-dist
59
59
path : ${{ inputs.working-directory }}/dist/
81
81
steps :
82
82
- uses : actions/checkout@v4
83
83
84
- - uses : actions/download-artifact@v3
84
+ - uses : actions/download-artifact@v4
85
85
with :
86
86
name : test-dist
87
87
path : ${{ inputs.working-directory }}/dist/
You can’t perform that action at this time.
0 commit comments