File tree Expand file tree Collapse file tree 3 files changed +113
-135
lines changed Expand file tree Collapse file tree 3 files changed +113
-135
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v5
3131 - name : Use Node.js ${{ matrix.node-version }}
32- uses : actions/setup-node@v5
32+ uses : actions/setup-node@v6
3333 with :
3434 node-version : ${{ matrix.node-version }}
3535 - run : npm ci
3838 - run : npm run build --if-present
3939 - name : Save build
4040 if : matrix.node-version == '20.x'
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : build
4444 path : |
@@ -62,10 +62,10 @@ jobs:
6262 needs : build
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/download-artifact@v5
65+ - uses : actions/download-artifact@v6
6666 with :
6767 name : build
68- - uses : actions/setup-node@v5
68+ - uses : actions/setup-node@v6
6969 with :
7070 node-version : 20.x
7171 -
uses :
rlespinasse/[email protected] @@ -84,10 +84,10 @@ jobs:
8484 runs-on : ubuntu-latest
8585 if : github.ref == 'refs/heads/main'
8686 steps :
87- - uses : actions/download-artifact@v5
87+ - uses : actions/download-artifact@v6
8888 with :
8989 name : build
90- - uses : actions/setup-node@v5
90+ - uses : actions/setup-node@v6
9191 with :
9292 node-version : 20.x
9393 - name : Disable pre- and post-publish actions
You can’t perform that action at this time.
0 commit comments