##// END OF EJS Templates
Bump actions/upload-artifact from 3 to 4 in the actions group...
dependabot[bot] -
r28866:512a76d8 dependabot/github...
parent child Browse files
Show More
@@ -102,7 +102,7 jobs:
102 COLUMNS: 120
102 COLUMNS: 120
103 run: |
103 run: |
104 pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --json-report --json-report-file=./report-${{ matrix.python-version }}-${{runner.os}}.json --maxfail=15
104 pytest --color=yes -raXxs ${{ startsWith(matrix.python-version, 'pypy') && ' ' || '--cov --cov-report=xml' }} --json-report --json-report-file=./report-${{ matrix.python-version }}-${{runner.os}}.json --maxfail=15
105 - uses: actions/upload-artifact@v3
105 - uses: actions/upload-artifact@v4
106 with:
106 with:
107 name: upload pytest timing reports as json
107 name: upload pytest timing reports as json
108 path: |
108 path: |
General Comments 0
You need to be logged in to leave comments. Login now