Skip to content

Commit 621d8a8

Browse files
Bump actions/download-artifact from 6 to 7 (#605)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama <[email protected]>
1 parent 273602d commit 621d8a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ jobs:
105105
with:
106106
persist-credentials: false
107107

108-
- uses: actions/download-artifact@v6
108+
- uses: actions/download-artifact@v7
109109
with:
110110
name: doc-build-html
111111
path: .
112112

113-
- uses: actions/download-artifact@v6
113+
- uses: actions/download-artifact@v7
114114
with:
115115
name: doc-build-mini18n-html
116116
path: .
@@ -168,12 +168,12 @@ jobs:
168168
with:
169169
persist-credentials: false
170170

171-
- uses: actions/download-artifact@v6
171+
- uses: actions/download-artifact@v7
172172
with:
173173
name: doc-build-html
174174
path: .
175175

176-
- uses: actions/download-artifact@v6
176+
- uses: actions/download-artifact@v7
177177
with:
178178
name: doc-build-mini18n-html
179179
path: .

0 commit comments

Comments
 (0)