Merge pull request #3399 from fonttools/dependabot/github_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
This commit is contained in:
خالد حسني (Khaled Hosny) 2024-01-09 18:24:17 +02:00 committed by GitHub
commit d208a051f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
- name: Build source distribution and pure-python wheel - name: Build source distribution and pure-python wheel
run: | run: |
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
path: | path: |
dist/*.whl dist/*.whl
@ -70,7 +70,7 @@ jobs:
env: env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ARCHS: ${{ matrix.arch }} CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
path: wheelhouse/*.whl path: wheelhouse/*.whl
@ -96,7 +96,7 @@ jobs:
env: env:
CIBW_BUILD: cp${{ matrix.python }}-* CIBW_BUILD: cp${{ matrix.python }}-*
CIBW_ARCHS: ${{ matrix.arch }} CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
path: wheelhouse/*.whl path: wheelhouse/*.whl