Skip to content

Commit ce59e09

Browse files
committed
Use same artifact upload version throughout
1 parent ea8a4f1 commit ce59e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.cibw_manylinux }}
5252
CIBW_ENVIRONMENT_PASS_LINUX: CESIUM_LINK_FLAGS
5353
CESIUM_LINK_FLAGS: "-Wl,--strip-debug"
54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
name: wheels
5757
path: ./dist/*.whl
@@ -100,7 +100,7 @@ jobs:
100100
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
101101
CIBW_TEST_SKIP: "*-macosx_arm64"
102102

103-
- uses: actions/upload-artifact@v3
103+
- uses: actions/upload-artifact@v4
104104
with:
105105
name: wheels
106106
path: ./dist/*.whl

0 commit comments

Comments
 (0)