36
36
# - name: Run Bikeshed
37
37
# run: cd document/core && make bikeshed
38
38
- name : Upload artifact
39
- uses : actions/upload-artifact@v2
39
+ uses : actions/upload-artifact@v4
40
40
with :
41
41
name : core-rendered
42
42
path : document/core/_build/html
51
51
- name : Run Bikeshed
52
52
run : bikeshed spec "document/js-api/index.bs" "document/js-api/index.html"
53
53
- name : Upload artifact
54
- uses : actions/upload-artifact@v2
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : js-api-rendered
57
57
path : document/js-api/index.html
66
66
- name : Run Bikeshed
67
67
run : bikeshed spec "document/web-api/index.bs" "document/web-api/index.html"
68
68
- name : Upload artifact
69
- uses : actions/upload-artifact@v2
69
+ uses : actions/upload-artifact@v4
70
70
with :
71
71
name : web-api-rendered
72
72
path : document/web-api/index.html
85
85
- name : Build main spec
86
86
run : cd document/legacy/exceptions/core && make main
87
87
- name : Upload artifact
88
- uses : actions/upload-artifact@v2
88
+ uses : actions/upload-artifact@v4
89
89
with :
90
90
name : legacy-exceptions-core-rendered
91
91
path : document/legacy/exceptions/core/_build/html
@@ -100,7 +100,7 @@ jobs:
100
100
- name : Run Bikeshed
101
101
run : bikeshed spec "document/legacy/exceptions/js-api/index.bs" "document/legacy/exceptions/js-api/index.html"
102
102
- name : Upload artifact
103
- uses : actions/upload-artifact@v2
103
+ uses : actions/upload-artifact@v4
104
104
with :
105
105
name : legacy-exceptions-js-api-rendered
106
106
path : document/legacy/exceptions/js-api/index.html
@@ -114,27 +114,27 @@ jobs:
114
114
- name : Create output directory
115
115
run : mkdir _output && cp document/index.html _output/index.html
116
116
- name : Download core spec artifact
117
- uses : actions/download-artifact@v2
117
+ uses : actions/download-artifact@v4
118
118
with :
119
119
name : core-rendered
120
120
path : _output/core
121
121
- name : Download JS API spec artifact
122
- uses : actions/download-artifact@v2
122
+ uses : actions/download-artifact@v4
123
123
with :
124
124
name : js-api-rendered
125
125
path : _output/js-api
126
126
- name : Download Web API spec artifact
127
- uses : actions/download-artifact@v2
127
+ uses : actions/download-artifact@v4
128
128
with :
129
129
name : web-api-rendered
130
130
path : _output/web-api
131
131
- name : Download legacy exceptions core spec artifact
132
- uses : actions/download-artifact@v2
132
+ uses : actions/download-artifact@v4
133
133
with :
134
134
name : legacy-exceptions-core-rendered
135
135
path : _output/legacy/exceptions/core
136
136
- name : Download legacy exceptions JS API spec artifact
137
- uses : actions/download-artifact@v2
137
+ uses : actions/download-artifact@v4
138
138
with :
139
139
name : legacy-exceptions-js-api-rendered
140
140
path : _output/legacy/exceptions/js-api
0 commit comments