Skip to content

Commit

Permalink
Move to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Mar 6, 2024
1 parent 4f5b807 commit 0d4ff3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
PKG_CONFIG_PATH=${{ env.INSTALL_PREFIX }}/lib64/pkgconfig:${{ env.INSTALL_PREFIX }}/lib/pkgconfig
CIBW_TEST_REQUIRES: pytest

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Wheel artifacts
with:
name: wheel_artifacts-${{ matrix.os }}
path: ./wheelhouse/*.whl

# Cross building arm64 on a macos-12 x64_64 box
Expand Down Expand Up @@ -83,8 +84,9 @@ jobs:
CMAKE_PREFIX_PATH=${{ env.INSTALL_PREFIX }}
DYLD_LIBRARY_PATH=${{ env.INSTALL_PREFIX }}/lib
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Wheel artifacts
with:
name: wheel_artifacts-macos-12-arm64
path: ./wheelhouse/*.whl

0 comments on commit 0d4ff3a

Please sign in to comment.