Skip to content

Commit c4c8f1f

Browse files
SzabolcsGergelyFilip Jeretina
authored andcommitted
Attempt to fix CI
1 parent 504b180 commit c4c8f1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build target 'pybind11_mkdoc'
5656
run: cmake --build build --target pybind11_mkdoc --parallel 4
5757
- name: Upload docstring artifacts
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: docstrings
6161
path: docstrings/
@@ -169,7 +169,7 @@ jobs:
169169
mkdir -p wheelhouse/audited/
170170
for whl in wheelhouse/preaudited/*linux_armv6l*.whl; do cp "$whl" wheelhouse/audited/$(basename $whl); done
171171
- name: Archive wheel artifacts
172-
uses: actions/upload-artifact@v3
172+
uses: actions/upload-artifact@v4
173173
with:
174174
name: audited-wheels
175175
path: wheelhouse/audited/
@@ -227,7 +227,7 @@ jobs:
227227
- name: Building wheels
228228
run: python -m pip wheel . -w ./wheelhouse/audited/ --verbose
229229
- name: Archive wheel artifacts
230-
uses: actions/upload-artifact@v3
230+
uses: actions/upload-artifact@v4
231231
with:
232232
name: audited-wheels
233233
path: wheelhouse/audited/
@@ -288,7 +288,7 @@ jobs:
288288
- name: Auditing wheels
289289
run: ci/repair-whl-macos.sh `pwd`/wheelhouse/* `pwd`/wheelhouse/audited
290290
- name: Archive wheel artifacts
291-
uses: actions/upload-artifact@v3
291+
uses: actions/upload-artifact@v4
292292
with:
293293
name: audited-wheels
294294
path: wheelhouse/audited/
@@ -361,7 +361,7 @@ jobs:
361361
- name: Audit wheels
362362
run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat $PLAT -w wheelhouse/audited/; done
363363
- name: Archive wheel artifacts
364-
uses: actions/upload-artifact@v3
364+
uses: actions/upload-artifact@v4
365365
with:
366366
name: audited-wheels
367367
path: wheelhouse/audited/
@@ -427,7 +427,7 @@ jobs:
427427
- name: Auditing wheels
428428
run: for whl in wheelhouse/*.whl; do auditwheel repair "$whl" --plat $PLAT -w wheelhouse/audited/; done
429429
- name: Archive wheel artifacts
430-
uses: actions/upload-artifact@v3
430+
uses: actions/upload-artifact@v4
431431
with:
432432
name: audited-wheels
433433
path: wheelhouse/audited/

0 commit comments

Comments
 (0)