Skip to content

Commit

Permalink
upload-artifact version bumped to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Sep 29, 2024
1 parent fe86379 commit dd08e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
env:
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: python/dist/*.tar.gz

Expand Down

0 comments on commit dd08e01

Please sign in to comment.