Skip to content

Commit 9772684

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7378434 commit 9772684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-spec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.7
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.1.7
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.1.7
9393
with:
9494
name: web-api-rendered
9595
path: _output/web-api

0 commit comments

Comments
 (0)