diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index c2ae752..33db992 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -31,7 +31,7 @@ jobs: bandit -r src/ -c pyproject.toml -f json -o bandit-results.json - name: Upload bandit results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: bandit-results path: bandit-results.json