Updated actions/upload-artifact to v4

This commit is contained in:
Nulano 2023-12-20 19:37:23 +01:00
parent 1ecd19336f
commit 714ae0efcf

View File

@ -159,17 +159,11 @@ jobs:
name: dist
path: ./wheelhouse/*.whl
- name: Prepare to upload FriBiDi
run: |
mkdir fribidi\${{ matrix.arch }}
copy winbuild\build\bin\fribidi* fribidi\${{ matrix.arch }}
shell: cmd
- name: Upload fribidi.dll
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fribidi
path: fribidi\*
name: fribidi-windows-${{ matrix.arch }}
path: winbuild\build\bin\fribidi*
sdist:
runs-on: ubuntu-latest