We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0451c commit 95f4d4bCopy full SHA for 95f4d4b
1 file changed
.github/workflows/staging-deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
uses: actions/upload-artifact@v4
57
if: always()
58
with:
59
- name: test-results
+ name: test-results-${{ matrix.python-version }}
60
path: ./reports/pytest.xml
61
if-no-files-found: warn
62
deploy:
0 commit comments