We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7378434 commit 9772684Copy full SHA for 9772684
.github/workflows/ci-spec.yml
@@ -79,17 +79,17 @@ jobs:
79
- name: Create output directory
80
run: mkdir _output && cp document/index.html _output/index.html
81
- name: Download core spec artifact
82
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
83
with:
84
name: core-rendered
85
path: _output/core
86
- name: Download JS API spec artifact
87
88
89
name: js-api-rendered
90
path: _output/js-api
91
- name: Download Web API spec artifact
92
93
94
name: web-api-rendered
95
path: _output/web-api
0 commit comments