3939 - run : python dodo.py build || python dodo.py build
4040 - uses : actions/upload-artifact@v3
4141 with :
42- name : dist_ ${{ github.run_number }}
42+ name : rfjl_ ${{ github.run_number }}_dist
4343 path : ./dist
4444 - name : Rename uncached conda packages
4545 shell : bash
@@ -73,12 +73,12 @@ jobs:
7373 use-mamba : true
7474 - uses : actions/download-artifact@v3
7575 with :
76- name : dist_ ${{ github.run_number }}
76+ name : rfjl_ ${{ github.run_number }}_dist
7777 path : ./dist
7878 - run : python dodo.py conda_build || python dodo.py conda_build
7979 - uses : actions/upload-artifact@v3
8080 with :
81- name : conda-bld_ ${{ github.run_number }}
81+ name : rfjl_ ${{ github.run_number }}_conda-bld
8282 path : ./dist/conda-bld
8383 - name : Rename uncached conda packages
8484 shell : bash
9797 - run : python dodo.py docs || python dodo.py docs
9898 - uses : actions/upload-artifact@v3
9999 with :
100- name : docs_ ${{ job.status }}_ ${{ github.run_number }}
100+ name : rfjl_ ${{ github.run_number }}_docs_ ${{ job.status }}
101101 path : ./build/docs/html
102102 if : always()
103103 - name : Rename uncached conda packages
@@ -163,7 +163,7 @@ jobs:
163163 - if : always()
164164 uses : actions/download-artifact@v3
165165 with :
166- name : dist_ ${{ github.run_number }}
166+ name : rfjl_ ${{ github.run_number }}_dist
167167 path : ./dist
168168 - name : doit (unix)
169169 if : ${{ matrix.os != 'windows' }}
@@ -178,7 +178,7 @@ jobs:
178178 uses : actions/upload-artifact@v3
179179 with :
180180 name : |
181- test_ ${{ job.status }}_ ${{ matrix.os }}_${{ matrix.python-version }}_${{ matrix.lab -version }}_${{ github.run_number }}
181+ rfjl_ ${{ github.run_number }}_test_ ${{ job.status }}_${{ matrix.os }}_${{ matrix.python -version }}_${{ matrix.lab-version }}
182182 path : |
183183 ./build/test/output
184184 if : always()
@@ -200,6 +200,6 @@ jobs:
200200 - if : always()
201201 uses : actions/upload-artifact@v3
202202 with :
203- name : _COMBINED_ ${{ github.run_number }}
203+ name : rfjl_ ${{ github.run_number }}__COMBINED
204204 path : |
205205 ./artifacts
0 commit comments