diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49d567b..78f1fdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: poetry run bandit -r src/ -f json -o bandit-report.json || true - name: Upload Bandit scan results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bandit-report path: bandit-report.json @@ -119,7 +119,7 @@ jobs: run: poetry run twine check dist/* - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist/