name log artifacts based on matrix w/ burnettk

This commit is contained in:
jasquat 2022-07-07 10:50:01 -04:00
parent 317895e58d
commit de8c40f83e
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ jobs:
if: failure() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3.0.0"
with:
name: logs
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
path: "./log/*.log"
coverage: