diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f5f5759..586a0f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,7 +87,7 @@ jobs: fi - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' && hashFiles('coverage.xml') != '' with: file: ./coverage.xml