Skip to content

Commit

Permalink
Updated actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Dec 20, 2023
1 parent 1ecd193 commit f16072d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: windows-fribidi-${{ matrix.arch }}
path: winbuild\build\bin\fribidi*

sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f16072d

Please sign in to comment.