diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc5f445..ee0a244 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,16 +125,6 @@ jobs: env: NODE_ENV: production - - name: Upload build artifacts - uses: actions/upload-artifact@v4 - with: - name: next-build - path: | - .next/ - out/ - retention-days: 7 - if-no-files-found: warn - # Security scanning security: name: Security Scan