Skip to content

Commit e486c51

Browse files
author
Antoine
committed
Update artifact upload name to include Python version for better report tracking
1 parent 76d5eb3 commit e486c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OnPush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: success() || failure()
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: test-reports
40+
name: test-reports-${{ matrix.python-version }}
4141
path: tests_reports/
4242

4343
- name: publish test report

0 commit comments

Comments
 (0)