Files
CI Bot d7075b163a
CI Pipeline / backend-test (push) Successful in 12s
CI Pipeline / quality-gate (push) Successful in 2s
CI Pipeline / quality-gate (pull_request) Successful in 2s
CI Pipeline / frontend-test (push) Successful in 27s
CI Pipeline / backend-lint (push) Successful in 8s
CI Pipeline / backend-test (pull_request) Successful in 12s
CI Pipeline / frontend-test (pull_request) Successful in 27s
CI Pipeline / backend-lint (pull_request) Successful in 8s
fix(ci): remove upload-artifact@v4 step incompatible with Gitea Actions
The actions/upload-artifact@v4 step fails on Gitea with:
  GHESNotSupportedError: @actions/artifact v2.0.0+ not supported on GHES.

Coverage is already enforced via --cov-fail-under=10 in the test step,
so the artifact upload was redundant anyway.
2026-07-29 18:32:52 +00:00
..