Skip to content

Commit 703de94

Browse files
chore(deps): update github artifact actions (#205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfab9e7 commit 703de94

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
@@ -64,7 +64,7 @@ jobs:
6464
working-directory: book
6565

6666
- name: Upload artifact
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: book
7070
path: book/book
@@ -88,7 +88,7 @@ jobs:
8888
fetch-depth: 0
8989

9090
- name: Download artifacts
91-
uses: actions/download-artifact@v5
91+
uses: actions/download-artifact@v6
9292
with:
9393
path: dist
9494
merge-multiple: true

0 commit comments

Comments
 (0)