diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index de9e1c6..74417f0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,7 +30,7 @@ jobs: run: safety check --output json --file requirements.txt > safety-report.json || true - name: Upload security reports - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: security-reports path: |