From 46b71e12e52790802a5e95d8aadfa53edfb1d5b3 Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 31 Jul 2024 14:12:05 +0300 Subject: [PATCH] use more specific upload name --- .github/workflows/posix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index d6313f0..efcda0c 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -168,12 +168,12 @@ jobs: - uses: actions/upload-artifact@v4.3.0 with: - name: wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }} + name: wheels-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }} path: dist/scipy_openblas*.whl - uses: actions/upload-artifact@v4.3.0 with: - name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }} + name: openblas-${{ matrix.os }}-${{ matrix.PLAT }}-${{ matrix.INTERFACE64 }}-${{ matrix.MB_ML_LIBC }}-${{ matrix.MB_ML_VER }} path: libs/openblas*.tar.gz - uses: conda-incubator/setup-miniconda@v3.0.4