Made the artifact name unique within the workflow run.

This commit is contained in:
Hong Chen 2025-01-07 14:56:35 -06:00
parent e806fea8f3
commit c4eecc3bd6

View File

@ -34,7 +34,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: doctests
name: doctests_${{ github.run_id }}_${{ github.job }}
path: |
share/trick/trickops/tests/*_doctest_log.txt
/tmp/log.*
@ -66,7 +66,7 @@ jobs:
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: doctests
name: doctests_${{ github.run_id }}_${{ github.job }}
path: |
share/trick/trickops/tests/*_doctest_log.txt
/tmp/log.*