3535 CIBW_BEFORE_BUILD_LINUX : >
3636 curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
3737 rustup show
38- - uses : actions/upload-artifact@v4
38+ - uses : actions/upload-artifact@v5
3939 with :
4040 name : cibw-wheels-${{ matrix.linux_tag }}-${{ matrix.python-version }}-${{ strategy.job-index }}
4141 path : ./wheelhouse/*.whl
6565 rustup default nightly &&
6666 rustup show
6767 MACOSX_DEPLOYMENT_TARGET : 10.13
68- - uses : actions/upload-artifact@v4
68+ - uses : actions/upload-artifact@v5
6969 with :
7070 name : cibw-wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ strategy.job-index }}
7171 path : ./wheelhouse/*.whl
9696 CIBW_BEFORE_BUILD : >
9797 rustup default nightly &&
9898 rustup show
99- - uses : actions/upload-artifact@v4
99+ - uses : actions/upload-artifact@v5
100100 with :
101101 name : cibw-wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ strategy.job-index }}
102102 path : ./wheelhouse/*.whl
@@ -105,7 +105,7 @@ jobs:
105105 name : Build source distribution
106106 runs-on : ubuntu-latest
107107 steps :
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v5
109109
110110 - name : Build River
111111 uses : ./.github/actions/install-env
@@ -115,7 +115,7 @@ jobs:
115115 - name : Build dist
116116 run : poetry build
117117
118- - uses : actions/upload-artifact@v4
118+ - uses : actions/upload-artifact@v5
119119 with :
120120 name : cibw-sdist
121121 path : dist/*.tar.gz
@@ -127,7 +127,7 @@ jobs:
127127 permissions :
128128 id-token : write
129129 steps :
130- - uses : actions/download-artifact@v4
130+ - uses : actions/download-artifact@v5
131131 with :
132132 pattern : cibw-*
133133 path : dist
0 commit comments