🔧 Fix artifact name conflict in comprehensive testing workflow

- Update artifact names to include Node.js version to prevent conflicts
- Ensure unique artifact names for different matrix versions
- Fix GitHub Actions artifact upload conflict with unique naming
- Maintain comprehensive test reporting with unique identifiers

This resolves the GitHub Actions artifact conflict by ensuring unique
names for artifacts from different Node.js versions in the matrix strategy.
This commit is contained in:
Alvin-Zilverstand
2026-01-19 12:45:29 +01:00
parent 37505eb242
commit c878245853

View File

@@ -165,5 +165,5 @@ jobs:
- name: Upload final status report
uses: actions/upload-artifact@v4
with:
name: final-status-report
name: final-status-report-node-${{ matrix.node-version }}
path: final-status-report.md