File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,16 +269,16 @@ jobs:
269
269
name : Test package
270
270
run : |
271
271
cd ${{ env.PKGDIR }}
272
- $env:COVERAGE_FILE = ".coverage.${{ matrix.python-version }}"
272
+ $env:COVERAGE_FILE = ".coverage.${{ matrix.arch }}.${{ matrix. python-version }}"
273
273
python -m pytest `
274
274
--cov="mpl_toolkits.basemap" --cov-report=term `
275
275
--ignore=dist --ignore=build
276
276
-
277
277
name : Upload test artifacts
278
- uses : actions/upload-artifact@v1
278
+ uses : actions/upload-artifact@v4
279
279
with :
280
- name : test
281
- path : ${{ env.PKGDIR }}/.coverage.${{ matrix.python-version }}
280
+ name : artifacts- test-${{ matrix.arch }}-${{ matrix.python-version }}
281
+ path : ${{ env.PKGDIR }}/.coverage.${{ matrix.arch }}.${{ matrix. python-version }}
282
282
283
283
upload :
284
284
strategy :
You can’t perform that action at this time.
0 commit comments