This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
- name : Run Bikeshed
36
36
run : cd document/core && make bikeshed
37
37
- name : Upload artifact
38
- uses : actions/upload-artifact@v2
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : core-rendered
41
41
path : document/core/_build/html
50
50
- name : Run Bikeshed
51
51
run : bikeshed spec "document/js-api/index.bs" "document/js-api/index.html"
52
52
- name : Upload artifact
53
- uses : actions/upload-artifact@v2
53
+ uses : actions/upload-artifact@v4
54
54
with :
55
55
name : js-api-rendered
56
56
path : document/js-api/index.html
65
65
- name : Run Bikeshed
66
66
run : bikeshed spec "document/web-api/index.bs" "document/web-api/index.html"
67
67
- name : Upload artifact
68
- uses : actions/upload-artifact@v2
68
+ uses : actions/upload-artifact@v4
69
69
with :
70
70
name : web-api-rendered
71
71
path : document/web-api/index.html
@@ -79,17 +79,17 @@ jobs:
79
79
- name : Create output directory
80
80
run : mkdir _output && cp document/index.html _output/index.html
81
81
- name : Download core spec artifact
82
- uses : actions/download-artifact@v2
82
+ uses : actions/download-artifact@v4
83
83
with :
84
84
name : core-rendered
85
85
path : _output/core
86
86
- name : Download JS API spec artifact
87
- uses : actions/download-artifact@v2
87
+ uses : actions/download-artifact@v4
88
88
with :
89
89
name : js-api-rendered
90
90
path : _output/js-api
91
91
- name : Download Web API spec artifact
92
- uses : actions/download-artifact@v2
92
+ uses : actions/download-artifact@v4
93
93
with :
94
94
name : web-api-rendered
95
95
path : _output/web-api
You can’t perform that action at this time.
0 commit comments