Fix GitHub Actions and pyproject.toml configuration issues

- Updated actions/upload-artifact from deprecated v3 to v4
- Fixed pyproject.toml license format from "MIT" to {text = "MIT"}
- Package configuration now validates successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-30 21:03:33 -04:00
parent bfb0589953
commit 6c578ac43e
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ jobs:
run: bandit -r wikijs -f json -o bandit-report.json || true
- name: Upload bandit report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bandit-report
path: bandit-report.json