Skip to content

Commit e3fc405

Browse files
authored
Merge pull request #367 from kyamagu/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents b7e050b + cdfc04f commit e3fc405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "auditwheel repair --exclude libEGL.so.1 -w {dest_dir} {wheel}"
5555
CIBW_TEST_SKIP: "*-macosx_arm64"
5656

57-
- uses: actions/upload-artifact@v4
57+
- uses: actions/upload-artifact@v7
5858
with:
5959
name: wheel-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.cp }}
6060
path: ./wheelhouse/*.whl
@@ -102,7 +102,7 @@ jobs:
102102
CIBW_REPAIR_WHEEL_COMMAND_LINUX: "auditwheel repair --exclude libEGL.so.1 -w {dest_dir} {wheel}"
103103
CIBW_TEST_SKIP: "*-macosx_arm64"
104104

105-
- uses: actions/upload-artifact@v4
105+
- uses: actions/upload-artifact@v7
106106
with:
107107
name: wheel-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.cp }}
108108
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)