fix: downgrade upload-artifact action to v3 for compatibility
All checks were successful
Build and Package DXT / build (push) Successful in 30s
All checks were successful
Build and Package DXT / build (push) Successful in 30s
This commit is contained in:
parent
bfa669ba07
commit
648ccc50f6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
run: bun build.ts
|
run: bun build.ts
|
||||||
|
|
||||||
- name: Upload DXT artifact
|
- name: Upload DXT artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: siwat-system-mcp-dxt
|
name: siwat-system-mcp-dxt
|
||||||
path: dist/siwat_system_mcp.dxt
|
path: dist/siwat_system_mcp.dxt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue