Skip to content

Commit d7de770

Browse files
chore(deps): update github artifact actions
1 parent 51d8b9e commit d7de770

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: book
6767

6868
- name: Upload artifact
69-
uses: actions/upload-artifact@v6
69+
uses: actions/upload-artifact@v7
7070
with:
7171
name: book
7272
path: book/book
@@ -90,7 +90,7 @@ jobs:
9090
fetch-depth: 0
9191

9292
- name: Download artifacts
93-
uses: actions/download-artifact@v7
93+
uses: actions/download-artifact@v8
9494
with:
9595
path: dist
9696
merge-multiple: true

0 commit comments

Comments
 (0)