update actions

This commit is contained in:
Simon Conseil
2024-04-15 18:26:19 +02:00
parent 3296271e9c
commit 348b45ee76
2 changed files with 5 additions and 5 deletions

View File

@@ -19,11 +19,11 @@ jobs:
python-version: [3.9, "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install FFmpeg
@@ -38,6 +38,6 @@ jobs:
- name: Convert coverage
run: python -m coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true