Skip to content

Commit

Permalink
Update artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Apr 5, 2024
1 parent 85516f4 commit a3b5c1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,10 @@ jobs:
DYLD_LIBRARY_PATH=${EXTENDED_DYLD_LIBRARY_PATH} delocate-wheel -w /tmp/carolina_dist -v $unfixed_wheel_path
echo "Output new carolina wheel to /tmp/carolina_dist"
ls -lh /tmp/carolina_dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
id: cache-carolina_wheel
with:
name: macOS_python_wheels
name: ${{ matrix.os }}_py-${{ matrix.python-version }}_wheel
path: /tmp/carolina_dist/carolina*

tests:
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
python --version
- name: Download Carolina artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: /tmp/artifacts

Expand All @@ -375,7 +375,6 @@ jobs:
pyver_nodot=$(echo ${{ matrix.python-version }} | sed 's/\.//g')
arch_ver=$(uname -m)
ls -lah /tmp/artifacts/macOS_python_wheels
wheel_path=$(find /tmp/artifacts -name "carolina*-cp$pyver_nodot*-cp$pyver_nodot*macos*$arch_ver*whl")
echo "Found Carolina wheel at $wheel_path"
Expand Down

0 comments on commit a3b5c1c

Please sign in to comment.