Merge pull request #3135 from fonttools/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
This commit is contained in:
commit
8fd6698434
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
env:
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
env:
|
||||
CIBW_BUILD: cp${{ matrix.python }}-*
|
||||
CIBW_ARCHS: ${{ matrix.arch }}
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: wheelhouse/*.whl
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user