Update versions for GA actions

This commit is contained in:
Sergey B Kirpichev
2024-02-24 08:01:27 +03:00
parent 5fa35e0096
commit 529daf5b8f
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
@@ -44,7 +44,7 @@ jobs:
coverage xml
- name: Upload coverage data
if: matrix.python-version == 'pypy3.10' || matrix.python-version == 3.12
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
@@ -58,7 +58,7 @@ jobs:
if: matrix.python-version == 3.12
run: python -m build
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.python-version == 3.12
with:
path: |