Skip to content

Commit 29e4a4e

Browse files
committed
Rename artifacts in basemap-for-manylinux workflow
1 parent 2a9798d commit 29e4a4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)