Skip to content

Commit edd695c

Browse files
committed
Updated actions/upload-artifact to v4 (v3 is deprecated)
1 parent bc388e0 commit edd695c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
CIBW_BUILD_FRONTEND: "build"
4040
# CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
4141

42-
- uses: actions/upload-artifact@v3
42+
- uses: actions/upload-artifact@v4
4343
with:
44+
name: dist-${{ matrix.os }}
4445
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)