diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be0f3b3..b866495 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: bandit -r ai_automation_framework/ -f text - name: Upload security reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: security-reports path: | @@ -138,7 +138,7 @@ jobs: run: twine check dist/* - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: python-package path: dist/