Skip to content

Commit

Permalink
Use same artifact upload version throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 5, 2024
1 parent ea8a4f1 commit ce59e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.cibw_manylinux }}
CIBW_ENVIRONMENT_PASS_LINUX: CESIUM_LINK_FLAGS
CESIUM_LINK_FLAGS: "-Wl,--strip-debug"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist/*.whl
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
CIBW_TEST_SKIP: "*-macosx_arm64"

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wheels
path: ./dist/*.whl
Expand Down

0 comments on commit ce59e09

Please sign in to comment.