diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f4ff46..fae2057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: pytest tests/ -v --cov=daglab --cov-report=xml --cov-report=term-missing --cov-fail-under=${{ env.MIN_COVERAGE }} - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == env.PYTHON_VERSION && matrix.os == 'ubuntu-latest' with: file: ./coverage.xml