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:
269269 name : Test package
270270 run : |
271271 cd ${{ env.PKGDIR }}
272- $env:COVERAGE_FILE = ".coverage.${{ matrix.python-version }}"
272+ $env:COVERAGE_FILE = ".coverage.${{ matrix.arch }}.${{ matrix. python-version }}"
273273 python -m pytest `
274274 --cov="mpl_toolkits.basemap" --cov-report=term `
275275 --ignore=dist --ignore=build
276276 -
277277 name : Upload test artifacts
278- uses : actions/upload-artifact@v1
278+ uses : actions/upload-artifact@v4
279279 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 }}
282282
283283 upload :
284284 strategy :
You can’t perform that action at this time.
0 commit comments