We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fce7f commit fb23622Copy full SHA for fb23622
1 file changed
.github/workflows/python-package.yml
@@ -39,7 +39,7 @@ jobs:
39
cd tests
40
pytest . --ignore-glob=test_gui*.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml
41
- name: Upload pytest test results
42
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
43
with:
44
name: pytest-results-${{ matrix.python-version }}
45
path: /home/runner/work/extrap/extrap/tests/junit/test-results-${{ matrix.python-version }}.xml
0 commit comments