Update ci.yml

ci: fix deprecated upload-artifact action (v3 → v4)
This commit is contained in:
dannystocker 2025-10-27 03:51:24 +01:00 committed by GitHub
parent 2a84cd2865
commit d06277f53e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ jobs:
continue-on-error: true continue-on-error: true
- name: Upload Bandit results - name: Upload Bandit results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
if: always() if: always()
with: with:
name: bandit-results name: bandit-results