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

Commit 2384c7e

Browse files
authored
[ci] Bump actions/download-artifact from 2 to 4.1.7 (#559)
2 parents 7c4f303 + 3370cfc commit 2384c7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci-spec.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -50,7 +50,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)