File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ jobs:
311311 name : Upload test artifacts
312312 uses : actions/upload-artifact@v1
313313 with :
314- name : test
314+ name : artifacts- test
315315 path : ${{ env.PKGDIR }}/.coverage.${{ matrix.python-version }}
316316
317317 coverage :
@@ -326,7 +326,7 @@ jobs:
326326 name : Download test artifacts
327327 uses : actions/download-artifact@v1
328328 with :
329- name : test
329+ name : artifacts- test
330330 path : ${{ env.PKGDIR }}
331331 -
332332 name : Install test requirements
@@ -344,7 +344,7 @@ jobs:
344344 name : Upload coverage artifacts
345345 uses : actions/upload-artifact@v1
346346 with :
347- name : coverage
347+ name : artifacts- coverage
348348 path : ${{ env.PKGDIR }}/htmlcov
349349
350350 docs :
@@ -383,13 +383,13 @@ jobs:
383383 name : Upload docs artifacts
384384 uses : actions/upload-artifact@v1
385385 with :
386- name : docs
386+ name : artifacts- docs
387387 path : ${{ env.PKGDIR }}/public
388388 -
389389 name : Upload github-pages artifact
390390 uses : actions/upload-pages-artifact@v2
391391 with :
392- name : github-pages
392+ name : artifacts- github-pages
393393 path : ${{ env.PKGDIR }}/public
394394
395395 pages :
You can’t perform that action at this time.
0 commit comments