diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20c6ca0..4c54bd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: poetry run bandit -r src/ -f json -o bandit-report.json || true - name: Upload Bandit scan results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: bandit-report path: bandit-report.json @@ -118,7 +118,7 @@ jobs: run: poetry run twine check dist/* - name: Upload build artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: dist/