From 7d4715373059508d9d6fe1b11c80b1cd78e5f5cc Mon Sep 17 00:00:00 2001 From: Keenon Werling Date: Mon, 23 Sep 2024 13:44:51 -0700 Subject: [PATCH] Updating the mac artifact version --- .github/workflows/build_x86_mac_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_x86_mac_wheels.yml b/.github/workflows/build_x86_mac_wheels.yml index e439d43e0..8140680c1 100644 --- a/.github/workflows/build_x86_mac_wheels.yml +++ b/.github/workflows/build_x86_mac_wheels.yml @@ -60,7 +60,7 @@ jobs: PYTHON_VERSION_NUMBER: ${{ matrix.PYTHON_VERSION_NUMBER }} DYLD_PRINT_LIBRARIES: 1 - name: Publish artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_12_0_x86_64.whl path: wheelhouse/nimblephysics-${{ env.VERSION }}-${{ matrix.PYTHON_VERSION_CODE }}-macosx_12_0_x86_64.whl @@ -70,7 +70,7 @@ jobs: needs: [build-mac] steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: wheelhouse - name: Display structure of downloaded files before flattening