Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 391bdd6

Browse files
chore(deps): update github artifact actions (#622)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7571d94 commit 391bdd6

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
@@ -68,7 +68,7 @@ jobs:
6868
working-directory: book
6969

7070
- name: Upload artifact
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v5
7272
with:
7373
name: book
7474
path: book/dist
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Download artifacts
95-
uses: actions/download-artifact@v5
95+
uses: actions/download-artifact@v6
9696
with:
9797
path: dist
9898
merge-multiple: true

0 commit comments

Comments
 (0)