diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6b812d..913a626 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: run: python -m build - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: env_vars: OS