diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49cf27b..0d4f55e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: run: bandit -r nac_validate/ -ll -f json -o bandit-security-report.json - name: Upload security report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: bandit-security-report