Skip to content

Commit fb23622

Browse files
committed
Update python-package.yml
1 parent 90fce7f commit fb23622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cd tests
4040
pytest . --ignore-glob=test_gui*.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml
4141
- name: Upload pytest test results
42-
uses: actions/upload-artifact@v2
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: pytest-results-${{ matrix.python-version }}
4545
path: /home/runner/work/extrap/extrap/tests/junit/test-results-${{ matrix.python-version }}.xml

0 commit comments

Comments
 (0)