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.
This commit is contained in:
2025-10-23 15:56:13 -05:00
parent 31706a1623
commit 5c9c6defc4

View File

@@ -125,16 +125,6 @@ jobs:
env: env:
NODE_ENV: production 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 scanning
security: security:
name: Security Scan name: Security Scan