Skip to content

Commit fc77e03

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: book
6464

6565
- name: Upload artifact
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: book
6969
path: book/dist
@@ -85,7 +85,7 @@ jobs:
8585
fetch-depth: 0
8686

8787
- name: Download artifacts
88-
uses: actions/download-artifact@v5
88+
uses: actions/download-artifact@v6
8989
with:
9090
path: dist
9191
merge-multiple: true

0 commit comments

Comments
 (0)