Skip to content

Commit 9028c08

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent acfed0c commit 9028c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: "pnpm"
1919
- run: pnpm install --frozen-lockfile
2020
- run: pnpm build:mcpb
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v5
2222
with:
2323
path: build/kintone-mcp-server.mcpb
2424
name: kintone-mcp-server.mcpb
@@ -35,7 +35,7 @@ jobs:
3535
cache: "pnpm"
3636
- run: pnpm install --frozen-lockfile
3737
- run: pnpm pack
38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v5
3939
with:
4040
path: "kintone-mcp-server-*.tgz"
4141
name: kintone-mcp-server.tgz

0 commit comments

Comments
 (0)