File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
cd tests
25
25
pytest benchmark.py --benchmark-min-rounds=4 --benchmark-only -n 0 --no-cov --benchmark-json output.json
26
26
- name : Upload the file
27
- uses : actions/upload-artifact@v2
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : benchmark_results
30
30
path : tests/output.json
Original file line number Diff line number Diff line change 38
38
pytest --junitxml=junit/test-results-${{ matrix.python-version }}-${{ matrix.installation }}.xml --cov-report=xml tests
39
39
40
40
- name : Upload pytest test results
41
- uses : actions/upload-artifact@v1
41
+ uses : actions/upload-artifact@v4
42
42
with :
43
43
name : pytest-results-${{ matrix.python-version }}-${{ matrix.installation }}
44
44
path : junit/test-results-${{ matrix.python-version }}-${{ matrix.installation }}.xml
Original file line number Diff line number Diff line change 35
35
pytest --junitxml=junit/test-results.xml --cov-report=xml tests
36
36
37
37
- name : Upload pytest test results
38
- uses : actions/upload-artifact@v1
38
+ uses : actions/upload-artifact@v4
39
39
with :
40
40
name : pytest-results
41
41
path : junit/test-results.xml
You can’t perform that action at this time.
0 commit comments