|
55 | 55 | - name: Build target 'pybind11_mkdoc' |
56 | 56 | run: cmake --build build --target pybind11_mkdoc --parallel 4 |
57 | 57 | - name: Upload docstring artifacts |
58 | | - uses: actions/upload-artifact@v3 |
| 58 | + uses: actions/upload-artifact@v4 |
59 | 59 | with: |
60 | 60 | name: docstrings |
61 | 61 | path: docstrings/ |
@@ -169,7 +169,7 @@ jobs: |
169 | 169 | mkdir -p wheelhouse/audited/ |
170 | 170 | for whl in wheelhouse/preaudited/*linux_armv6l*.whl; do cp "$whl" wheelhouse/audited/$(basename $whl); done |
171 | 171 | - name: Archive wheel artifacts |
172 | | - uses: actions/upload-artifact@v3 |
| 172 | + uses: actions/upload-artifact@v4 |
173 | 173 | with: |
174 | 174 | name: audited-wheels |
175 | 175 | path: wheelhouse/audited/ |
@@ -227,7 +227,7 @@ jobs: |
227 | 227 | - name: Building wheels |
228 | 228 | run: python -m pip wheel . -w ./wheelhouse/audited/ --verbose |
229 | 229 | - name: Archive wheel artifacts |
230 | | - uses: actions/upload-artifact@v3 |
| 230 | + uses: actions/upload-artifact@v4 |
231 | 231 | with: |
232 | 232 | name: audited-wheels |
233 | 233 | path: wheelhouse/audited/ |
@@ -288,7 +288,7 @@ jobs: |
288 | 288 | - name: Auditing wheels |
289 | 289 | run: ci/repair-whl-macos.sh `pwd`/wheelhouse/* `pwd`/wheelhouse/audited |
290 | 290 | - name: Archive wheel artifacts |
291 | | - uses: actions/upload-artifact@v3 |
| 291 | + uses: actions/upload-artifact@v4 |
292 | 292 | with: |
293 | 293 | name: audited-wheels |
294 | 294 | path: wheelhouse/audited/ |
@@ -361,7 +361,7 @@ jobs: |
361 | 361 | - name: Audit wheels |
362 | 362 | run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat $PLAT -w wheelhouse/audited/; done |
363 | 363 | - name: Archive wheel artifacts |
364 | | - uses: actions/upload-artifact@v3 |
| 364 | + uses: actions/upload-artifact@v4 |
365 | 365 | with: |
366 | 366 | name: audited-wheels |
367 | 367 | path: wheelhouse/audited/ |
@@ -427,7 +427,7 @@ jobs: |
427 | 427 | - name: Auditing wheels |
428 | 428 | run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat $PLAT -w wheelhouse/audited/; done |
429 | 429 | - name: Archive wheel artifacts |
430 | | - uses: actions/upload-artifact@v3 |
| 430 | + uses: actions/upload-artifact@v4 |
431 | 431 | with: |
432 | 432 | name: audited-wheels |
433 | 433 | path: wheelhouse/audited/ |
|
0 commit comments