File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
46
- name : Clear old build
47
47
run : find . -not -wholename './.git*' -delete
48
48
49
- - uses : actions/download-artifact@v4
49
+ - uses : actions/download-artifact@v3
50
50
with :
51
51
name : build
52
52
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- uses : actions/checkout@v4
42
- - uses : actions/download-artifact@v4
42
+ - uses : actions/download-artifact@v3
43
43
with :
44
44
name : build
45
45
path : lib
69
69
with :
70
70
node-version : 18
71
71
registry-url : https://registry.npmjs.org/
72
- - uses : actions/download-artifact@v4
72
+ - uses : actions/download-artifact@v3
73
73
with :
74
74
name : build
75
75
path : lib
95
95
with :
96
96
node-version : 18
97
97
registry-url : https://registry.npmjs.org/
98
- - uses : actions/download-artifact@v4
98
+ - uses : actions/download-artifact@v3
99
99
with :
100
100
name : build
101
101
path : lib
Original file line number Diff line number Diff line change 44
44
45
45
- run : mkdir docs
46
46
- name : Copy docs
47
- uses : actions/download-artifact@v4
47
+ uses : actions/download-artifact@v3
48
48
with :
49
49
name : docs
50
50
path : docs
80
80
run : mkdir ${{ inputs.tag_name }}
81
81
82
82
- name : Copy docs into Endpoint
83
- uses : actions/download-artifact@v4
83
+ uses : actions/download-artifact@v3
84
84
with :
85
85
name : docs
86
86
path : ${{ inputs.tag_name }}
You can’t perform that action at this time.
0 commit comments