mirror of
https://github.com/Alvin-Zilverstand/narrow_casting_system.git
synced 2026-03-06 13:24:46 +01:00
🔧 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:
2
.github/workflows/ci-testing-only.yml
vendored
2
.github/workflows/ci-testing-only.yml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user