Skip to content

Commit dd08e01

Browse files
committed
upload-artifact version bumped to v4
1 parent fe86379 commit dd08e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
CIBW_TEST_SKIP: "*-macosx_arm64 *-macosx_universal2:arm64"
5252
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"
5353

54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
path: wheelhouse/*.whl
5757

@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
TAG_NAME: ${{ steps.build_names.outputs.TAG_NAME }}
8686

87-
- uses: actions/upload-artifact@v2
87+
- uses: actions/upload-artifact@v4
8888
with:
8989
path: python/dist/*.tar.gz
9090

0 commit comments

Comments
 (0)