From 2d1562d536011d9bb2388b80e4627e8258f103c9 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 16:35:34 -0500 Subject: [PATCH] Update actions/upload-artifact@v3 --- .github/workflows/publishing.yml | 2 +- docs/main/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 3bf55980..46f89092 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -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/* diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 1547366a..74dd0107 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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