Skip to content

Commit 0d8c7c3

Browse files
authored
Include Python version in artifact name (#477)
1 parent a55c1bc commit 0d8c7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
uses: actions/upload-artifact@v4
172172
if: success() || failure()
173173
with:
174-
name: report-${{ inputs.test_label }}.xml
174+
name: report-${{ inputs.python }}-${{ inputs.test_label }}.xml
175175
path: test-results/report.xml
176176
retention-days: 5
177177

0 commit comments

Comments
 (0)