From 5c9c6defc44e8b15de44315257432704f9fbf4a6 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 23 Oct 2025 15:56:13 -0500 Subject: [PATCH] ci: remove unnecessary build artifact upload step Remove the upload-artifacts step from the CI workflow as it was not being utilized and adds unnecessary complexity to the pipeline. --- .github/workflows/ci.yml | 10 ---------- 1 file changed, 10 deletions(-) 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