From e06d6da4d34463987e90a0e2a72d759ea6fa01d0 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Thu, 12 Sep 2024 18:24:21 -0700 Subject: [PATCH] Use unique names in upload-artifact@v4 Ref: https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md --- .github/workflows/testing_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_wheels.yml b/.github/workflows/testing_wheels.yml index 5f0a0783..dd5def9b 100644 --- a/.github/workflows/testing_wheels.yml +++ b/.github/workflows/testing_wheels.yml @@ -79,5 +79,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: python-wheels + name: python-wheels-${{ matrix.name }} path: ./wheelhouse/*.whl