Skip to content

Commit 4c71405

Browse files
chore(deps): update github artifact actions (#73)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 267a12f commit 4c71405

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

6565
- name: Upload artifact
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
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@v6
88+
uses: actions/download-artifact@v7
8989
with:
9090
path: dist
9191
merge-multiple: true

0 commit comments

Comments
 (0)