From 2d84ac744f4ccaeef696d95b54f92f6546e82683 Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Wed, 25 Sep 2024 22:11:25 -0400 Subject: [PATCH] fix upload v4 issues --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e330d1ba35..250698b255 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -70,7 +70,7 @@ jobs: uses: actions/upload-artifact@v4 with: overwrite: true - name: my-artifact-${{ matrix.runs-on }} + name: my-artifact-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.arch }} path: ./wheelhouse/*.whl build_sdist: