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