We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfed0c commit 9028c08Copy full SHA for 9028c08
.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
18
cache: "pnpm"
19
- run: pnpm install --frozen-lockfile
20
- run: pnpm build:mcpb
21
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
22
with:
23
path: build/kintone-mcp-server.mcpb
24
name: kintone-mcp-server.mcpb
@@ -35,7 +35,7 @@ jobs:
35
36
37
- run: pnpm pack
38
39
40
path: "kintone-mcp-server-*.tgz"
41
name: kintone-mcp-server.tgz
0 commit comments