Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 67436f2

Browse files
[ci] Bump upload/download-artifact to v4 (#327)
1 parent 7e2c27c commit 67436f2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci-spec.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
#- name: Run Bikeshed
3737
# run: cd document/core && make bikeshed
3838
- name: Upload artifact
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: core-rendered
4242
path: document/core/_build/html
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run Bikeshed
5252
run: bikeshed spec "document/js-api/index.bs" "document/js-api/index.html"
5353
- name: Upload artifact
54-
uses: actions/upload-artifact@v2
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: js-api-rendered
5757
path: document/js-api/index.html
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run Bikeshed
6767
run: bikeshed spec "document/web-api/index.bs" "document/web-api/index.html"
6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: web-api-rendered
7272
path: document/web-api/index.html
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build main spec
8686
run: cd document/legacy/exceptions/core && make main
8787
- name: Upload artifact
88-
uses: actions/upload-artifact@v2
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: legacy-exceptions-core-rendered
9191
path: document/legacy/exceptions/core/_build/html
@@ -100,7 +100,7 @@ jobs:
100100
- name: Run Bikeshed
101101
run: bikeshed spec "document/legacy/exceptions/js-api/index.bs" "document/legacy/exceptions/js-api/index.html"
102102
- name: Upload artifact
103-
uses: actions/upload-artifact@v2
103+
uses: actions/upload-artifact@v4
104104
with:
105105
name: legacy-exceptions-js-api-rendered
106106
path: document/legacy/exceptions/js-api/index.html
@@ -114,27 +114,27 @@ jobs:
114114
- name: Create output directory
115115
run: mkdir _output && cp document/index.html _output/index.html
116116
- name: Download core spec artifact
117-
uses: actions/download-artifact@v2
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: core-rendered
120120
path: _output/core
121121
- name: Download JS API spec artifact
122-
uses: actions/download-artifact@v2
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: js-api-rendered
125125
path: _output/js-api
126126
- name: Download Web API spec artifact
127-
uses: actions/download-artifact@v2
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: web-api-rendered
130130
path: _output/web-api
131131
- name: Download legacy exceptions core spec artifact
132-
uses: actions/download-artifact@v2
132+
uses: actions/download-artifact@v4
133133
with:
134134
name: legacy-exceptions-core-rendered
135135
path: _output/legacy/exceptions/core
136136
- name: Download legacy exceptions JS API spec artifact
137-
uses: actions/download-artifact@v2
137+
uses: actions/download-artifact@v4
138138
with:
139139
name: legacy-exceptions-js-api-rendered
140140
path: _output/legacy/exceptions/js-api

0 commit comments

Comments
 (0)