4545 before-script-linux : |
4646 dnf install -y clang-libs clang || sudo apt install llvm-dev libclang-dev clang
4747 - name : Upload wheels
48- uses : actions/upload-artifact@v4
48+ uses : actions/upload-artifact@v5
4949 with :
5050 name : wheels-linux-${{ matrix.platform.target }}
5151 path : dist
9292 # before-script-linux: |
9393 # dnf install -y clang-libs clang || apt install llvm-dev libclang-dev clang
9494 # - name: Upload wheels
95- # uses: actions/upload-artifact@v4
95+ # uses: actions/upload-artifact@v5
9696 # with:
9797 # name: wheels-musllinux-${{ matrix.platform.target }}
9898 # path: dist
@@ -171,7 +171,7 @@ jobs:
171171 args : --release --out dist --find-interpreter
172172 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
173173 - name : Upload wheels
174- uses : actions/upload-artifact@v4
174+ uses : actions/upload-artifact@v5
175175 with :
176176 name : wheels-windows-${{ matrix.platform.target }}
177177 path : dist
@@ -222,7 +222,7 @@ jobs:
222222 args : --release --out dist --find-interpreter
223223 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
224224 - name : Upload wheels
225- uses : actions/upload-artifact@v4
225+ uses : actions/upload-artifact@v5
226226 with :
227227 name : wheels-macos-${{ matrix.platform.target }}
228228 path : dist
@@ -249,7 +249,7 @@ jobs:
249249 command : sdist
250250 args : --out dist
251251 - name : Upload sdist
252- uses : actions/upload-artifact@v4
252+ uses : actions/upload-artifact@v5
253253 with :
254254 name : wheels-sdist
255255 path : dist
0 commit comments