Closed zarfld closed 4 weeks ago
Related to #153
Modify the artifact names in the GitHub Actions workflow to ensure uniqueness.
name
actions/upload-artifact@v4
.github/workflows/ci.yml
${{ github.job }}-${{ github.run_id }}
For more details, open the Copilot Workspace session.
Related to #153
Modify the artifact names in the GitHub Actions workflow to ensure uniqueness.
name
field in theactions/upload-artifact@v4
steps in the.github/workflows/ci.yml
file to include${{ github.job }}-${{ github.run_id }}
.For more details, open the Copilot Workspace session.