Skip to content

Commit 263601a

Browse files
chore(deps): update github artifact actions (#315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 183941b commit 263601a

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@v6
67+
uses: actions/upload-artifact@v7
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@v7
91+
uses: actions/download-artifact@v8
9292
with:
9393
path: dist
9494
merge-multiple: true

0 commit comments

Comments
 (0)