diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b804f76..6e8c64d 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -40,14 +40,14 @@ jobs: bandit -r cost_katana/ -f txt - name: Upload safety results to GitHub - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: safety-report path: safety-report.json - name: Upload bandit results to GitHub - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: bandit-report