No Code Attached Yet
avatar D3S-Gaurav
D3S-Gaurav
20 Feb 2026
  1. Open .github/workflows/ci.yml
  2. Look at the tests-system job (line ~297)
  3. This job runs in a matrix with 12 combinations (6 configs × 2 browsers: chrome, edge)
  4. On line 362, the artifact upload step uses a static name: system-test-output
  5. With actions/upload-artifact@v4, each matrix job tries to upload an artifact with the same name
  6. This causes artifact upload failures for all but the first matrix run to complete
avatar D3S-Gaurav D3S-Gaurav - open - 20 Feb 2026
avatar joomla-cms-bot joomla-cms-bot - change - 20 Feb 2026
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 20 Feb 2026
avatar D3S-Gaurav D3S-Gaurav - change - 20 Feb 2026
Status New Closed
Closed_Date 0000-00-00 00:00:00 2026-02-20 04:49:41
Closed_By D3S-Gaurav
avatar D3S-Gaurav D3S-Gaurav - close - 20 Feb 2026

Add a Comment

Login with GitHub to post a comment