Skip to content

Commit 8ca9d94

Browse files
committed
💨 migration of code towards new upload artifact
1 parent a1653a6 commit 8ca9d94

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
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload pytest test results
7373
uses: actions/upload-artifact@v4
7474
with:
75-
name: pytest-results-${{ matrix.python-version }}
75+
name: pytest-results-${{ matrix.python-version }}-${{ github.run_id }}
7676
path: junit/test-results-${{ matrix.python-version }}.xml
7777
# Use always() to always run this step to publish test results when there are test failures
7878
if: ${{ always() }}

0 commit comments

Comments
 (0)