Skip to content

Commit

Permalink
Add python version to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
parthbarhan-adi committed Nov 12, 2024
1 parent 30674ba commit b18f27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report-${{ github.run_number }}
name: coverage-report-${{ github.run_number }}-${{ matrix.python-version }}
path: coverage.xml

- name: Upload test report
uses: actions/upload-artifact@v4
with:
name: test-report-${{ github.run_number }}
name: test-report-${{ github.run_number }}-${{ matrix.python-version }}
path: unit-test-report.xml

0 comments on commit b18f27c

Please sign in to comment.