diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a423fc..439978a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index ae2288c..0090747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "wikijs-python-sdk" description = "A professional Python SDK for Wiki.js API integration" authors = [{name = "Wiki.js SDK Contributors", email = "contact@wikijs-sdk.dev"}] -license = "MIT" +license = {text = "MIT"} readme = "README.md" requires-python = ">=3.8" classifiers = [