Update actions/upload-artifact@v3

This commit is contained in:
Roman Mogylatov 2022-12-18 16:35:34 -05:00
parent 5e0fd25b5d
commit 2d1562d536
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
with:
python-version: 3.11
- run: python setup.py sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./dist/*

View File

@ -11,7 +11,7 @@ Development version
-------------------
- Add support of Python 3.11.
- Update CI/CD to use Ubuntu 22.04.
- Update CI/CD to ``actions/checkout@v3`` and ``actions/setup-python@v4``.
- Update CI/CD to ``actions/checkout@v3``, ``actions/setup-python@v4``, ``actions/upload-artifact@v3``, and ``pypa/cibuildwheel@v2.11.3``.
- Regenerate C sources using Cython 0.29.32.
4.40.0