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:
311
311
name : Upload test artifacts
312
312
uses : actions/upload-artifact@v1
313
313
with :
314
- name : test
314
+ name : artifacts- test
315
315
path : ${{ env.PKGDIR }}/.coverage.${{ matrix.python-version }}
316
316
317
317
coverage :
@@ -326,7 +326,7 @@ jobs:
326
326
name : Download test artifacts
327
327
uses : actions/download-artifact@v1
328
328
with :
329
- name : test
329
+ name : artifacts- test
330
330
path : ${{ env.PKGDIR }}
331
331
-
332
332
name : Install test requirements
@@ -344,7 +344,7 @@ jobs:
344
344
name : Upload coverage artifacts
345
345
uses : actions/upload-artifact@v1
346
346
with :
347
- name : coverage
347
+ name : artifacts- coverage
348
348
path : ${{ env.PKGDIR }}/htmlcov
349
349
350
350
docs :
@@ -383,13 +383,13 @@ jobs:
383
383
name : Upload docs artifacts
384
384
uses : actions/upload-artifact@v1
385
385
with :
386
- name : docs
386
+ name : artifacts- docs
387
387
path : ${{ env.PKGDIR }}/public
388
388
-
389
389
name : Upload github-pages artifact
390
390
uses : actions/upload-pages-artifact@v2
391
391
with :
392
- name : github-pages
392
+ name : artifacts- github-pages
393
393
path : ${{ env.PKGDIR }}/public
394
394
395
395
pages :
You can’t perform that action at this time.
0 commit comments