name the artifacts with their matrix idx

This commit is contained in:
Trung Nguyen
2024-08-28 16:45:00 -05:00
parent 04bd62a677
commit a1a3e4e5b7

View File

@ -93,7 +93,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: full-regression-test-artifact
name: full-regression-test-artifact-${{ matrix.idx }}
path: full-regression-test-${{ matrix.idx }}.tar
merge: