File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Install pnpm
2828 uses : pnpm/action-setup@v4
@@ -33,11 +33,11 @@ jobs:
3333 - name : Setup Node.js
3434 uses : actions/setup-node@v6
3535 with :
36- node-version : 24.11
36+ node-version : 24.12
3737 cache : pnpm
3838
3939 - name : Restore pnpm store
40- uses : actions/cache@v4
40+ uses : actions/cache@v5
4141 with :
4242 path : ~/.pnpm-store
4343 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5858 path : ./out
5959
6060 - name : Upload package artifact
61- uses : actions/upload-artifact@v5
61+ uses : actions/upload-artifact@v6
6262 with :
6363 name : package
6464 path : |
7373 runs-on : ubuntu-latest
7474 needs : build
7575 steps :
76- - uses : actions/download-artifact@v6
76+ - uses : actions/download-artifact@v7
7777 with :
7878 name : package
7979 - uses : JS-DevTools/npm-publish@v4
You can’t perform that action at this time.
0 commit comments