Skip to content

Commit 907cd78

Browse files
committed
merge main
2 parents 22a2074 + feda906 commit 907cd78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: npm run doc
3232
- name: Save build
3333
if: matrix.node-version == '20.x'
34-
uses: actions/upload-artifact@v4
34+
uses: actions/upload-artifact@v5
3535
with:
3636
name: build
3737
path: |
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
if: github.ref == 'refs/heads/main'
4646
steps:
47-
- uses: actions/download-artifact@v5
47+
- uses: actions/download-artifact@v6
4848
with:
4949
name: build
5050
- uses: peaceiris/actions-gh-pages@v4
@@ -68,7 +68,7 @@ jobs:
6868
needs: build
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: actions/download-artifact@v5
71+
- uses: actions/download-artifact@v6
7272
with:
7373
name: build
7474
- uses: actions/setup-node@v6
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
if: github.ref == 'refs/heads/main'
9292
steps:
93-
- uses: actions/download-artifact@v5
93+
- uses: actions/download-artifact@v6
9494
with:
9595
name: build
9696
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)