This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535 - name : Run Bikeshed
3636 run : cd document/core && make bikeshed
3737 - name : Upload artifact
38- uses : actions/upload-artifact@v2
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : core-rendered
4141 path : document/core/_build/html
5050 - name : Run Bikeshed
5151 run : bikeshed spec "document/js-api/index.bs" "document/js-api/index.html"
5252 - name : Upload artifact
53- uses : actions/upload-artifact@v2
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : js-api-rendered
5656 path : document/js-api/index.html
6565 - name : Run Bikeshed
6666 run : bikeshed spec "document/web-api/index.bs" "document/web-api/index.html"
6767 - name : Upload artifact
68- uses : actions/upload-artifact@v2
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : web-api-rendered
7171 path : document/web-api/index.html
@@ -79,17 +79,17 @@ jobs:
7979 - name : Create output directory
8080 run : mkdir _output && cp document/index.html _output/index.html
8181 - name : Download core spec artifact
82- uses : actions/download-artifact@v2
82+ uses : actions/download-artifact@v4
8383 with :
8484 name : core-rendered
8585 path : _output/core
8686 - name : Download JS API spec artifact
87- uses : actions/download-artifact@v2
87+ uses : actions/download-artifact@v4
8888 with :
8989 name : js-api-rendered
9090 path : _output/js-api
9191 - name : Download Web API spec artifact
92- uses : actions/download-artifact@v2
92+ uses : actions/download-artifact@v4
9393 with :
9494 name : web-api-rendered
9595 path : _output/web-api
You can’t perform that action at this time.
0 commit comments