diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baca9c7..952d36b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: bandit -r services/api/ services/worker/ -ll -ii -f txt -o bandit-report.txt || true - name: Upload Bandit Report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bandit-report path: bandit-report.txt