Skip to content

Commit 3ff4f88

Browse files
authored
Merge pull request #862 from igraph/dependabot/github_actions/actions/upload-artifact-5
2 parents b16f276 + a3cfb93 commit 3ff4f88

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CIBW_BUILD: "*-musllinux_x86_64"
3535
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test-musl]' && python -m pytest -v tests"
3636

37-
- uses: actions/upload-artifact@v4
37+
- uses: actions/upload-artifact@v5
3838
with:
3939
name: wheels-linux-x86_64
4040
path: ./wheelhouse/*.whl
@@ -55,7 +55,7 @@ jobs:
5555
CIBW_ARCHS_LINUX: aarch64
5656
CIBW_BUILD: "*-manylinux_aarch64"
5757

58-
- uses: actions/upload-artifact@v4
58+
- uses: actions/upload-artifact@v5
5959
with:
6060
name: wheels-linux-aarch64-manylinux
6161
path: ./wheelhouse/*.whl
@@ -77,7 +77,7 @@ jobs:
7777
CIBW_BUILD: "*-musllinux_aarch64"
7878
CIBW_TEST_COMMAND: "cd {project} && pip install --prefer-binary '.[test-musl]' && python -m pytest -v tests"
7979

80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v5
8181
with:
8282
name: wheels-linux-aarch64-musllinux
8383
path: ./wheelhouse/*.whl
@@ -140,7 +140,7 @@ jobs:
140140
CIBW_ENVIRONMENT: "LDFLAGS=-L$HOME/local/lib"
141141
IGRAPH_CMAKE_EXTRA_ARGS: -DCMAKE_OSX_ARCHITECTURES=${{ matrix.cmake_arch }} ${{ matrix.cmake_extra_args }} -DCMAKE_PREFIX_PATH=$HOME/local
142142

143-
- uses: actions/upload-artifact@v4
143+
- uses: actions/upload-artifact@v5
144144
with:
145145
name: wheels-macos-${{ matrix.wheel_arch }}
146146
path: ./wheelhouse/*.whl
@@ -181,7 +181,7 @@ jobs:
181181
limit-access-to-actor: true
182182
wait-timeout-minutes: 5
183183

184-
- uses: actions/upload-artifact@v4
184+
- uses: actions/upload-artifact@v5
185185
with:
186186
name: wheels-wasm
187187
path: ./dist/*.whl
@@ -252,7 +252,7 @@ jobs:
252252
IGRAPH_EXTRA_LIBRARIES: libxml2,lzma,zlib,iconv,charset,bcrypt
253253
IGRAPH_EXTRA_DYNAMIC_LIBRARIES: wsock32,ws2_32
254254

255-
- uses: actions/upload-artifact@v4
255+
- uses: actions/upload-artifact@v5
256256
with:
257257
name: wheels-win-${{ matrix.wheel_arch }}
258258
path: ./wheelhouse/*.whl
@@ -294,7 +294,7 @@ jobs:
294294
pip install '.[test]'
295295
python -m pytest -v tests
296296
297-
- uses: actions/upload-artifact@v4
297+
- uses: actions/upload-artifact@v5
298298
with:
299299
name: sdist
300300
path: dist/*.tar.gz

0 commit comments

Comments
 (0)