diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76e8cf..df6fc5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: run: bandit -r *.py -f json -o bandit-report.json || true - name: Upload Bandit report - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: bandit-security-report path: bandit-report.json