File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
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
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
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
You can’t perform that action at this time.
0 commit comments